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
|
@@ -14,6 +14,8 @@ library_name: gliner
|
|
| 14 |
pipeline_tag: token-classification
|
| 15 |
datasets:
|
| 16 |
- E3-JSI/synthetic-multi-pii-ner-v1
|
|
|
|
|
|
|
| 17 |
---
|
| 18 |
|
| 19 |
|
|
|
|
| 14 |
pipeline_tag: token-classification
|
| 15 |
datasets:
|
| 16 |
- E3-JSI/synthetic-multi-pii-ner-v1
|
| 17 |
+
base_model:
|
| 18 |
+
- urchade/gliner_multi-v2.1
|
| 19 |
---
|
| 20 |
|
| 21 |
|