Views
No views yet
SamLowe/roberta-base-go_emotions-onnx, 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: goemotions, folded into the canonical 7-emotion space (anger, disgust, fear, joy, neutral, sadness, surprise).python -m injection_pro_persona.fetch enmodel_quantized.onnx / model.onnx + tokenizer.json with onnxruntime (CPUExecutionProvider).SamLowe/roberta-base-go_emotions-onnx; 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@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-en-onnx}
6}