Hate-speech-CNERG/hatexplain
Updated • 3.03k • 22
Multilingual hate speech classifier for East African languages, built for conflict monitoring and peacebuilding applications.
| Version | Base Model | Accuracy | F1 |
|---|---|---|---|
| v3 (current) | afro-xlmr-base | 77.10% | 76.87% |
| v2 | xlm-roberta-base | 76.18% | 75.99% |
from transformers import pipeline
classifier = pipeline('text-classification', model='KSvendsen/EA-HS')
result = classifier('This is a test sentence')
MERLx / RIKO - AI-augmented conflict monitoring