Instructions to use E3-JSI/gliner-multi-pii-domains-v1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- GLiNER
How to use E3-JSI/gliner-multi-pii-domains-v1 with GLiNER:
from gliner import GLiNER model = GLiNER.from_pretrained("E3-JSI/gliner-multi-pii-domains-v1") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -15,7 +15,7 @@ pipeline_tag: token-classification
|
|
| 15 |
---
|
| 16 |
|
| 17 |
|
| 18 |
-
#
|
| 19 |
|
| 20 |
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.
|
| 21 |
|
|
|
|
| 15 |
---
|
| 16 |
|
| 17 |
|
| 18 |
+
# GLiNER Multi PII Domains
|
| 19 |
|
| 20 |
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.
|
| 21 |
|