Token Classification
GLiNER
PyTorch
English
urchade commited on
Commit
4c5b088
1 Parent(s): 571905e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -2
README.md CHANGED
@@ -1,14 +1,19 @@
1
  ---
2
  license: apache-2.0
3
  language:
4
- - en
5
  pipeline_tag: token-classification
 
 
6
  ---
7
 
8
  # Model Card for GLiNER-base
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
@@ -78,4 +83,4 @@ The model authors are:
78
  archivePrefix={arXiv},
79
  primaryClass={cs.CL}
80
  }
81
- ```
 
1
  ---
2
  license: apache-2.0
3
  language:
4
+ - en
5
  pipeline_tag: token-classification
6
+ datasets:
7
+ - Universal-NER/Pile-NER-type
8
  ---
9
 
10
  # Model Card for GLiNER-base
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
+
17
  ## Links
18
 
19
  * Paper: https://arxiv.org/abs/2311.08526
 
83
  archivePrefix={arXiv},
84
  primaryClass={cs.CL}
85
  }
86
+ ```