Token Classification
GLiNER
PyTorch
multilingual
urchade commited on
Commit
2ab581a
·
verified ·
1 Parent(s): 89085e8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -0
README.md CHANGED
@@ -18,6 +18,16 @@ GLiNER is a Named Entity Recognition (NER) model capable of identifying any enti
18
  * Paper: https://arxiv.org/abs/2311.08526
19
  * Repository: https://github.com/urchade/GLiNER
20
 
 
 
 
 
 
 
 
 
 
 
21
  ## Installation
22
  To use this model, you must install the GLiNER Python library:
23
  ```
 
18
  * Paper: https://arxiv.org/abs/2311.08526
19
  * Repository: https://github.com/urchade/GLiNER
20
 
21
+ ## Available models
22
+
23
+ | Release | Model Name | # of Parameters | Language | License |
24
+ | - | - | - | - | - |
25
+ | v0 | [urchade/gliner_base](https://huggingface.co/urchade/gliner_base)<br>[urchade/gliner_multi](https://huggingface.co/urchade/gliner_multi) | 209M<br>209M | English<br>Multilingual | cc-by-nc-4.0 |
26
+ | v1 | [urchade/gliner_small-v1](https://huggingface.co/urchade/gliner_small-v1)<br>[urchade/gliner_medium-v1](https://huggingface.co/urchade/gliner_medium-v1)<br>[urchade/gliner_large-v1](https://huggingface.co/urchade/gliner_large-v1) | 166M<br>209M<br>459M | English <br> English <br> English | cc-by-nc-4.0 |
27
+ | v2 | [urchade/gliner_small-v2](https://huggingface.co/urchade/gliner_small-v2)<br>[urchade/gliner_medium-v2](https://huggingface.co/urchade/gliner_medium-v2)<br>[urchade/gliner_large-v2](https://huggingface.co/urchade/gliner_large-v2) | 166M<br>209M<br>459M | English <br> English <br> English | apache-2.0 |
28
+ | v2.1 | [urchade/gliner_small-v2.1](https://huggingface.co/urchade/gliner_small-v2.1)<br>[urchade/gliner_medium-v2.1](https://huggingface.co/urchade/gliner_medium-v2.1)<br>[urchade/gliner_multi-v2.1](https://huggingface.co/urchade/gliner_multi-v2.1) | 166M<br>209M<br>209M | English <br> English <br> Multilingual | apache-2.0 |
29
+
30
+
31
  ## Installation
32
  To use this model, you must install the GLiNER Python library:
33
  ```