Token Classification
GLiNER
PyTorch
English
urchade commited on
Commit
c220fc5
1 Parent(s): 108bed9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +0 -2
README.md CHANGED
@@ -12,8 +12,6 @@ library_name: gliner
12
 
13
  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.
14
 
15
- This version has been trained on the **NuNER** dataset (commercially permissive)
16
-
17
  ## Links
18
 
19
  * Paper: https://arxiv.org/abs/2311.08526
 
12
 
13
  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.
14
 
 
 
15
  ## Links
16
 
17
  * Paper: https://arxiv.org/abs/2311.08526