Token Classification
GLiNER
PyTorch
multilingual
urchade commited on
Commit
b9618ce
·
verified ·
1 Parent(s): 596993c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -3
README.md CHANGED
@@ -1,14 +1,18 @@
1
  ---
2
- license: apache-2.0
3
  language:
4
- - multilingual
5
  pipeline_tag: token-classification
 
 
6
  ---
7
 
8
  # Model Card for GLiNER-multi
9
 
10
  GLiNER is a Named Entity Recognition (NER) model capable of identifying any entity type using a bidirectional transformer encoder (BERT-like). It provides a practical alternative to traditional NER models, which are limited to predefined entities, and Large Language Models (LLMs) that, despite their flexibility, are costly and large for resource-constrained scenarios.
11
 
 
 
12
  ## Links
13
 
14
  * Paper: https://arxiv.org/abs/2311.08526
@@ -102,4 +106,4 @@ The model authors are:
102
  archivePrefix={arXiv},
103
  primaryClass={cs.CL}
104
  }
105
- ```
 
1
  ---
2
+ license: cc-by-nc-2.0
3
  language:
4
+ - multilingual
5
  pipeline_tag: token-classification
6
+ datasets:
7
+ - Universal-NER/Pile-NER-type
8
  ---
9
 
10
  # Model Card for GLiNER-multi
11
 
12
  GLiNER is a Named Entity Recognition (NER) model capable of identifying any entity type using a bidirectional transformer encoder (BERT-like). It provides a practical alternative to traditional NER models, which are limited to predefined entities, and Large Language Models (LLMs) that, despite their flexibility, are costly and large for resource-constrained scenarios.
13
 
14
+ This version has been trained on the **Pile-NER** dataset (Research purpose). Commercially permission versions are available (**urchade/gliner_smallv2**, **urchade/gliner_mediumv2**, **urchade/gliner_largev2**)
15
+
16
  ## Links
17
 
18
  * Paper: https://arxiv.org/abs/2311.08526
 
106
  archivePrefix={arXiv},
107
  primaryClass={cs.CL}
108
  }
109
+ ```