Fine-tuned
DeBERTa-v3-large
for high-accuracy PII detection in enterprise and AI pipeline contexts.
Developed by
Dymium — AI data security platform enabling
zero-copy data access with built-in governance and compliance.
1from transformers import pipeline
2
3ner = pipeline("token-classification",
4 model="dymium/dymium-pii-ner",
5 aggregation_strategy="simple")
6
7result = ner("Contact John Smith at john@example.com or call 555-123-4567")
8print(result)
Dymium eliminates data movement risk by enabling AI agents and analytics
tools to query sensitive data in place — no copying, full governance,
FedRAMP-ready.