Georgefastino1 commited on
Commit
f8bf2c3
·
verified ·
1 Parent(s): e0220f7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -50,7 +50,7 @@ pipeline_tag: token-classification
50
 
51
  **`fastino/GLiNER2-Guardrails-PII-Multi`** is a single [GLiNER2](https://github.com/fastino-ai/GLiNER2) model that combines two capabilities in one checkpoint:
52
 
53
- 1. **LLM safety moderation**: schema-conditioned guardrails for prompt/response safety, toxicity, jailbreak detection, and refusal classification (from [GLiGuard](https://huggingface.co/fastino/gliguard-LLMGuardrails-300M)).
54
  2. **PII detection & masking**: multilingual span-level extraction across 42 entity types (from [GLiNER2-PII](https://huggingface.co/fastino/gliner2-privacy-filter-PII-multi)).
55
 
56
  It is a fine-tune of GLiNER2 trained jointly on the **GLiGuard** and **fastino/gliner2-privacy-filter-PII-multi** datasets. The model is **multilingual** and its performance is **on par with the individual GLiGuard and GLiNER2-PII models** on their respective tasks, letting you replace two models with one.
 
50
 
51
  **`fastino/GLiNER2-Guardrails-PII-Multi`** is a single [GLiNER2](https://github.com/fastino-ai/GLiNER2) model that combines two capabilities in one checkpoint:
52
 
53
+ 1. **LLM guardrails & safety moderation**: schema-conditioned guardrails for prompt/response safety, toxicity, jailbreak detection, and refusal classification (from [GLiGuard](https://huggingface.co/fastino/gliguard-LLMGuardrails-300M)).
54
  2. **PII detection & masking**: multilingual span-level extraction across 42 entity types (from [GLiNER2-PII](https://huggingface.co/fastino/gliner2-privacy-filter-PII-multi)).
55
 
56
  It is a fine-tune of GLiNER2 trained jointly on the **GLiGuard** and **fastino/gliner2-privacy-filter-PII-multi** datasets. The model is **multilingual** and its performance is **on par with the individual GLiGuard and GLiNER2-PII models** on their respective tasks, letting you replace two models with one.