Token Classification
GLiNER
PyTorch
multilingual
urchade commited on
Commit
5ab2dd3
1 Parent(s): 9e24f6e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -0
README.md CHANGED
@@ -19,6 +19,16 @@ This version has been trained on the **Pile-NER** dataset (Research purpose). Co
19
  * Paper: https://arxiv.org/abs/2311.08526
20
  * Repository: https://github.com/urchade/GLiNER
21
 
 
 
 
 
 
 
 
 
 
 
22
  ## Installation
23
  To use this model, you must install the GLiNER Python library:
24
  ```
 
19
  * Paper: https://arxiv.org/abs/2311.08526
20
  * Repository: https://github.com/urchade/GLiNER
21
 
22
+ ## Available models
23
+
24
+ | Release | Model Name | # of Parameters | Language | License |
25
+ | - | - | - | - | - |
26
+ | 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 |
27
+ | 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 |
28
+ | 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 |
29
+ | 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 |
30
+
31
+
32
  ## Installation
33
  To use this model, you must install the GLiNER Python library:
34
  ```