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

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -1,5 +1,5 @@
1
  ---
2
- license: apache-2.0
3
  language:
4
  - en
5
  pipeline_tag: token-classification
@@ -11,7 +11,7 @@ datasets:
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
 
1
  ---
2
+ license: cc-by-nc-2.0
3
  language:
4
  - en
5
  pipeline_tag: token-classification
 
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