| { | |
| "model": "emotion2vec_plus_base + LoRA (merged)", | |
| "num_classes": 7, | |
| "labels": [ | |
| "happiness", | |
| "anger", | |
| "disgust", | |
| "fear", | |
| "neutral", | |
| "sadness", | |
| "surprise" | |
| ], | |
| "input": "waveform: (batch, time) float32, 16kHz mono", | |
| "output": "logits: (batch, 7) float32", | |
| "checkpoint": "data/models/lora_emotion2vec_7class/best_lora.pt" | |
| } |