Ihor commited on
Commit
ed16f26
1 Parent(s): 0a04d6b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -9
README.md CHANGED
@@ -18,15 +18,6 @@ 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
- ## 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_large-v2.1](https://huggingface.co/urchade/gliner_large-v2.1) <br>[urchade/gliner_multi-v2.1](https://huggingface.co/urchade/gliner_multi-v2.1) | 166M<br>209M<br>459M<br>209M | English <br> English <br> English <br> Multilingual | apache-2.0 |
29
-
30
  ## Installation
31
  To use this model, you must install the GLiNER Python library:
32
  ```
@@ -72,6 +63,17 @@ European Championship => competitions
72
  Below is a comparison of results between previous versions of the model and the current one:
73
  ![Models performance](models_comparison.png)
74
 
 
 
 
 
 
 
 
 
 
 
 
75
  ## Model Authors
76
  The model authors are:
77
  * [Urchade Zaratiana](https://huggingface.co/urchade)
 
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
  ```
 
63
  Below is a comparison of results between previous versions of the model and the current one:
64
  ![Models performance](models_comparison.png)
65
 
66
+
67
+ ## Available models
68
+
69
+ | Release | Model Name | # of Parameters | Language | License |
70
+ | - | - | - | - | - |
71
+ | 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 |
72
+ | 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 |
73
+ | 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 |
74
+ | 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_large-v2.1](https://huggingface.co/urchade/gliner_large-v2.1) <br>[urchade/gliner_multi-v2.1](https://huggingface.co/urchade/gliner_multi-v2.1) | 166M<br>209M<br>459M<br>209M | English <br> English <br> English <br> Multilingual | apache-2.0 |
75
+
76
+
77
  ## Model Authors
78
  The model authors are:
79
  * [Urchade Zaratiana](https://huggingface.co/urchade)