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
Erik Novak commited on
Update README.md
Browse files
README.md
CHANGED
|
@@ -90,7 +90,7 @@ Volgende onderzoekdatum:
|
|
| 90 |
"""
|
| 91 |
|
| 92 |
# Labels for entity prediction
|
| 93 |
-
labels = ["naam", "bmurgerservicenummer", "geboortedatum", "datum"]
|
| 94 |
|
| 95 |
# Perform entity prediction
|
| 96 |
entities = trained_model.predict_entities(text, labels, threshold=0.2)
|
|
|
|
| 90 |
"""
|
| 91 |
|
| 92 |
# Labels for entity prediction
|
| 93 |
+
labels = ["naam", "bmurgerservicenummer", "geboortedatum", "datum"]
|
| 94 |
|
| 95 |
# Perform entity prediction
|
| 96 |
entities = trained_model.predict_entities(text, labels, threshold=0.2)
|