Update README.md
Browse files
README.md
CHANGED
|
@@ -6,7 +6,7 @@ license: cc-by-nc-2.0
|
|
| 6 |
|
| 7 |
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.
|
| 8 |
|
| 9 |
-
This version has been trained on the **Pile-NER** dataset
|
| 10 |
|
| 11 |
## Links
|
| 12 |
|
|
|
|
| 6 |
|
| 7 |
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.
|
| 8 |
|
| 9 |
+
This version has been trained on the **Pile-NER** dataset (Research purpose)
|
| 10 |
|
| 11 |
## Links
|
| 12 |
|