v2 continues training from bardsai/eu-pii-anonimization-multilang on additional multilingual data and adds a dedicated DATE class for generic calendar dates - distinct from the existing DATE_OF_BIRTH category. This makes v2 a better fit for redacting timelines in documents, tickets, and chat logs where any date can be identifying in context. Entity coverage grows to 36 classes.
Why this exists
GDPR and the AI Act require you to detect and redact personal data across every language your users write in. Most open-source PII models were trained on English with a few translations bolted on, and they cover the basics - names, emails, phone numbers - while missing exactly the categories regulators care about: biometric data, genetic data, health information, political opinions, ethnic origin.
bardsai/eu-pii-anonimization-multilangv2 is trained end-to-end on real multilingual data (not English-translated), covers 36 entity classes mapped to GDPR Article 9 special categories and AI Act high-risk identifiers.
What's different
Native multilingual training. Real text in EU languages. Performance on Polish, German, French, Italian, and Spanish is comparable to the English baseline.
GDPR special categories covered. Health, biometric, genetic, and other Article 9 entities that most OSS PII models skip entirely.
Generic date detection. New DATE class on top of DATE_OF_BIRTH, so date-based identifiers in free text are caught too.
Who this is for
Compliance and privacy engineers at EU companies who need to:
Redact PII from documents, support tickets, emails, and chat logs before storage or analysis
Sanitize datasets before training, sharing, or moving across jurisdictions
Filter inputs to RAG pipelines and search indexes so personal data doesn't leak into prompts or logs
Build audit trails for what was redacted, when, and why
@misc{bards.ai_2026,
author = { bards.ai and Karol Samorański and Michał Swędrowski and Michał Pogoda-Rosikoń },
title = { eu-pii-anonimization-multilang-v2-preview (Revision bea7d79) },
year = 2026,
url = { https://huggingface.co/bardsai/eu-pii-anonimization-multilang-v2-preview },
doi = { 10.57967/hf/9113 },
publisher = { Hugging Face }
}
About bards.ai
We build product ML for teams shipping AI to real users - RAG, agents, fine-tuned models, evals, and the unglamorous infrastructure that keeps them working. 16+ open models on Hugging Face, 10+ publications, production deployments at Comcast, Chili Piper, and Surfer SEO.