GLiNER
PyTorch
urchade commited on
Commit
67e8ed8
1 Parent(s): dd31a53

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -7,7 +7,7 @@ datasets:
7
 
8
  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.
9
 
10
- This version has been trained on the NuNER dataset (commercially permissive)
11
 
12
  ## Links
13
 
 
7
 
8
  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.
9
 
10
+ This version has been trained on the **NuNER** dataset (commercially permissive)
11
 
12
  ## Links
13