Developed by Yalen AI as part of the Yalen Sentinel Pulse privacy protection platform.
Model format: ONNX INT8 quantized — 74% smaller than the original PyTorch model (139 MB vs 543 MB), with minimal accuracy loss.
Model Description
This model detects 9 classes of sensitive personal and financial information using BIO tagging. It supports multilingual input with strong performance on French, English, and Tunisian Arabic-Latin mixed text.
Privacy compliance (GDPR, Tunisian Data Protection Law)
Document redaction — anonymize sensitive documents before sharing
Data loss prevention (DLP) — detect accidental PII leaks in logs or messages
Financial document processing — extract IBAN/card numbers for validation
Healthcare & insurance — detect names, dates and contact information
Edge deployment — ONNX INT8 runs efficiently on CPU without GPU
Limitations
Maximum input length: 512 tokens (long documents should be split by sentence or paragraph)
DATE detection is the weakest class (F1 ~67%) — dates in full French text ("14 mars 2025") are harder to detect than numeric formats
Card number detection works best with standard spacing (XXXX XXXX XXXX XXXX)
MISC class is inherited from WikiNER and may catch general named entities beyond PII
About Yalen AI
Yalen Sentinel Pulse is an AI-powered platform for PII detection and data privacy protection,
developed by the Yalen AI team. It combines regex patterns, ML models, and NER to
provide comprehensive sensitive data identification.