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-multilang 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, and ships with quantized ONNX weights so you can run it in production pipelines without GPU infrastructure.
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.
Production-ready. ONNX export and INT8 quantized weights included. Runs on CPU at latencies that work inside RAG ingestion or real-time redaction pipelines.
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
onnx/model_quantized.onnx — INT8 quantized for CPU production
training_args.bin — training metadata
Citation
@misc{bards.ai_2026,
author = { bards.ai and Michał Swędrowski and Michał Pogoda-Rosikoń and Karol Samorański },
title = { eu-pii-anonimization-multilang (Revision 6de9f68) },
year = 2026,
url = { https://huggingface.co/bardsai/eu-pii-anonimization-multilang },
doi = { 10.57967/hf/8721 },
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.