Rhpan tomasBernal commited on
Commit
17e08dc
·
1 Parent(s): e63a921

Update README.md (#4)

Browse files

- Update README.md (2bde22c68d6315b09775386e7ce1c2134f87a916)


Co-authored-by: Tomás Bernal Beltrán <tomasBernal@users.noreply.huggingface.co>

Files changed (1) hide show
  1. README.md +10 -4
README.md CHANGED
@@ -112,11 +112,17 @@ https://github.com/NLP-UMUTeam/umuteam-speech-emotion
112
 
113
  The model was evaluated on the Spanish held-out test set used in the `speech-emotion` toolkit.
114
 
115
- | Language | Mode | Accuracy | Weighted Precision | Weighted F1 | Macro F1 |
116
- |---|---:|---:|---:|---:|---:|
117
- | Spanish | Text | 77.0204 | 77.0449 | 76.8367 | 69.3886 |
118
 
119
- These results correspond to the text-only Spanish configuration. In the full toolkit, multimodal configurations combining audio and text obtain higher performance, showing the benefit of integrating acoustic and linguistic information.
 
 
 
 
 
 
 
 
120
 
121
  ## How to use
122
 
 
112
 
113
  The model was evaluated on the Spanish held-out test set used in the `speech-emotion` toolkit.
114
 
115
+ ### Performance comparison on Spanish emotion recognition
 
 
116
 
117
+ | Configuration | Accuracy | Weighted Precision | Weighted F1 | Macro F1 |
118
+ |---|---:|---:|---:|---:|
119
+ | Speech-only | 88.1207 | 88.3244 | 88.1357 | 84.4829 |
120
+ | Text-only | 77.0204 | 77.0449 | 76.8367 | 69.3886 |
121
+ | Multimodal (Concat) | **90.0682** | **90.2048** | **90.0642** | **87.7455** |
122
+ | Multimodal (Mean) | 88.5102 | 88.6163 | 88.5011 | 84.1653 |
123
+ | Multimodal (Multihead) | 82.6680 | 82.3820 | 82.4600 | 75.5606 |
124
+
125
+ These results show that text-only emotion recognition is effective for Spanish emotion analysis, although multimodal approaches combining acoustic and linguistic representations achieve higher overall performance.
126
 
127
  ## How to use
128