Token Classification
GLiNER2
Safetensors
GLiNER
extractor
pii
ner
privacy
redaction
safety
moderation
guardrails
information-extraction
span-extraction
text-classification
multi-label-classification
jailbreak-detection
toxicity-classification
Instructions to use fastino/GLiNER2-Guardrails-PII-Multi with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- GLiNER2
How to use fastino/GLiNER2-Guardrails-PII-Multi with GLiNER2:
from gliner2 import GLiNER2 model = GLiNER2.from_pretrained("fastino/GLiNER2-Guardrails-PII-Multi") # Extract entities text = "Apple CEO Tim Cook announced iPhone 15 in Cupertino yesterday." result = extractor.extract_entities(text, ["company", "person", "product", "location"]) print(result) - GLiNER
How to use fastino/GLiNER2-Guardrails-PII-Multi with GLiNER:
from gliner import GLiNER model = GLiNER.from_pretrained("fastino/GLiNER2-Guardrails-PII-Multi") - Notebooks
- Google Colab
- Kaggle
Update README.md
#2
by thaooonguyennn - opened
README.md
CHANGED
|
@@ -39,7 +39,7 @@ pipeline_tag: token-classification
|
|
| 39 |
<img src="https://img.shields.io/badge/arXiv-GLiGuard-b31b1b.svg?logo=arxiv" alt="GLiGuard Paper" style="vertical-align:middle;">
|
| 40 |
</a>
|
| 41 |
<a href="https://pioneer.ai?utm_source=huggingface" target="_blank" rel="noreferrer" style="text-decoration:none;">
|
| 42 |
-
<img src="https://img.shields.io/badge/Deploy-
|
| 43 |
</a>
|
| 44 |
<a href="https://x.com/fastinoAI" target="_blank" rel="noreferrer" style="text-decoration:none;">
|
| 45 |
<img src="https://img.shields.io/twitter/follow/:fastinoAI" alt="Follow @fastinoAI" style="vertical-align:middle;">
|
|
|
|
| 39 |
<img src="https://img.shields.io/badge/arXiv-GLiGuard-b31b1b.svg?logo=arxiv" alt="GLiGuard Paper" style="vertical-align:middle;">
|
| 40 |
</a>
|
| 41 |
<a href="https://pioneer.ai?utm_source=huggingface" target="_blank" rel="noreferrer" style="text-decoration:none;">
|
| 42 |
+
<img src="https://img.shields.io/badge/Deploy-GLiNER2%20Guardrails%20PII-FF7345" alt="Deploy with Pioneer" style="vertical-align:middle;">
|
| 43 |
</a>
|
| 44 |
<a href="https://x.com/fastinoAI" target="_blank" rel="noreferrer" style="text-decoration:none;">
|
| 45 |
<img src="https://img.shields.io/twitter/follow/:fastinoAI" alt="Follow @fastinoAI" style="vertical-align:middle;">
|