Ihor commited on
Commit
6e5ccbf
·
verified ·
1 Parent(s): b125efe

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -4
README.md CHANGED
@@ -14,9 +14,6 @@ tags:
14
  - information-extraction
15
  ---
16
 
17
- <!-- ![gliner-decoder](image.png)
18
- -->
19
-
20
  ![image/png](https://cdn-uploads.huggingface.co/production/uploads/6405f62ba577649430be5124/V5nB1X_qdyTtyTUZHYYHk.png)
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 -U gliner
 
49
  ```
50
 
51
  ---
 
14
  - information-extraction
15
  ---
16
 
 
 
 
17
  ![image/png](https://cdn-uploads.huggingface.co/production/uploads/6405f62ba577649430be5124/V5nB1X_qdyTtyTUZHYYHk.png)
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
  ---