urchade commited on
Commit
5aee761
1 Parent(s): 8e2f659

Update README.md

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