Token Classification
GLiNER
ONNX
Safetensors
NER
GLiNER
information extraction
encoder
entity recognition
Ihor commited on
Commit
1286726
·
verified ·
1 Parent(s): 66b38ee

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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[tokenizers] -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
 
 
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