Update README.md
Browse files
README.md
CHANGED
|
@@ -18,7 +18,9 @@ datasets:
|
|
| 18 |
|
| 19 |
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.
|
| 20 |
|
| 21 |
-
This version has been
|
|
|
|
|
|
|
| 22 |
|
| 23 |
## Links
|
| 24 |
|
|
|
|
| 18 |
|
| 19 |
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.
|
| 20 |
|
| 21 |
+
This version has been optimized to recognize and classify **Personally Identifiable Information** (PII) within text.
|
| 22 |
+
|
| 23 |
+
The model has been trained by fine-tuning `urchade/gliner_multi-v2.1` on the `urchade/synthetic-pii-ner-mistral-v1` dataset.
|
| 24 |
|
| 25 |
## Links
|
| 26 |
|