Update README.md
Browse files
README.md
CHANGED
@@ -14,9 +14,6 @@ tags:
|
|
14 |
- information-extraction
|
15 |
---
|
16 |
|
17 |
-
<!-- 
|
18 |
-
-->
|
19 |
-
|
20 |

|
21 |
|
22 |
**GLiNER** is a Named Entity Recognition (NER) model capable of identifying *any* entity type in a **zero-shot** manner.
|
@@ -45,7 +42,8 @@ By integrating large modern decoders—trained on vast datasets—GLiNER can lev
|
|
45 |
Update to the latest version of GLiNER:
|
46 |
|
47 |
```bash
|
48 |
-
pip install
|
|
|
49 |
```
|
50 |
|
51 |
---
|
|
|
14 |
- information-extraction
|
15 |
---
|
16 |
|
|
|
|
|
|
|
17 |

|
18 |
|
19 |
**GLiNER** is a Named Entity Recognition (NER) model capable of identifying *any* entity type in a **zero-shot** manner.
|
|
|
42 |
Update to the latest version of GLiNER:
|
43 |
|
44 |
```bash
|
45 |
+
# until the new pip release, install from main to use the new architecture
|
46 |
+
pip install git+https://github.com/urchade/GLiNER.git
|
47 |
```
|
48 |
|
49 |
---
|