Views
No views yet
MilaNLProc/xlm-emo-t, used by the speedbrain injection-engine / Persona Forge to detect the user's emotion per chat turn and shift the character's Emotion Area (resonance). Label set: xlmemo4, folded into the canonical 7-emotion space (anger, disgust, fear, joy, neutral, sadness, surprise).python -m injection_pro_persona.fetch demodel_quantized.onnx / model.onnx + tokenizer.json with onnxruntime (CPUExecutionProvider).MilaNLProc/xlm-emo-t; this repo only contains a format conversion (ONNX export, int8 quantization). The license of the base model applies unchanged and is included in this repo (see LICENSE). For RAIL-type licenses the use-case restrictions of Attachment A bind every downstream user of this model as well.1@inproceedings{bianchi2021feel,
2 title = "{XLM-EMO: Multilingual Emotion Prediction in Social Media Text}",
3 author = "Bianchi, Federico and Nozza, Debora and Hovy, Dirk",
4 booktitle = "Proceedings of the 12th Workshop on Computational Approaches to Subjectivity, Sentiment and Social Media Analysis",
5 year = "2022",
6 publisher = "Association for Computational Linguistics",
7}1@misc{speedbrain_persona_forge,
2 title = {speedbrain injection-engine: Persona Forge emotion models (ONNX)},
3 author = {speed-brain-ai},
4 year = {2026},
5 url = {https://huggingface.co/speed-brain-ai/speedbrain-emotion-de-onnx}
6}