Update README.md
Browse files
README.md
CHANGED
|
@@ -52,7 +52,7 @@ Key Advantages Over Previous GLiNER Models:
|
|
| 52 |
### Installation & Usage
|
| 53 |
Install or update the gliner package with all tokenizers that might be needed to process different languages:
|
| 54 |
```bash
|
| 55 |
-
pip install gliner[
|
| 56 |
```
|
| 57 |
Once you've downloaded the GLiNER library, you can import the GLiNER class. You can then load this model using `GLiNER.from_pretrained` and predict entities with `predict_entities`.
|
| 58 |
|
|
|
|
| 52 |
### Installation & Usage
|
| 53 |
Install or update the gliner package with all tokenizers that might be needed to process different languages:
|
| 54 |
```bash
|
| 55 |
+
pip install gliner[stanza] -U
|
| 56 |
```
|
| 57 |
Once you've downloaded the GLiNER library, you can import the GLiNER class. You can then load this model using `GLiNER.from_pretrained` and predict entities with `predict_entities`.
|
| 58 |
|