Views
No views yet
safe / toxic) for Hinglish,
Hindi, and English content — an IndicBERT v2 fine-tune built by
RotaVision to produce content-safety signals
inside the Sakshi agent-governance platform, evaluated on CPU inside the
customer environment so no text leaves the deployment.| Metric | Result |
|---|---|
| Code-mixed (Hinglish) AUROC | 0.750 |
| Full-test AUROC | 0.807 (en 0.87 / hi 0.69 / hinglish 0.75) |
| Banking hard-negative FPR @ 0.5 | 0.000 (n=800) |
| Batched CPU p95 (ONNX int8) | 19.9 ms per text |
os.cpu_count().1from transformers import pipeline
2
3clf = pipeline("text-classification", model="rotalabs/sakshi-guard-mix")
4clf("aapki EMI due hai, kripya samay par bhugtan karein")
5# -> safe (collections language is not abuse)