Update README.md
Browse files
README.md
CHANGED
@@ -17,6 +17,18 @@ tags:
|
|
17 |
The model was trained on [MSP-Podcast](https://ecs.utdallas.edu/research/researchlabs/msp-lab/MSP-Podcast.html) for the Odyssey 2024 Emotion Recognition competition baseline<br>
|
18 |
This particular model is the multi-attributed based model which predict arousal, dominance and valence in a range of approximately 0...1.
|
19 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
20 |
For more details: [demo](https://huggingface.co/spaces/3loi/WavLM-SER-Multi-Baseline-Odyssey2024), [paper/soon]() and [GitHub](https://github.com/MSP-UTD/MSP-Podcast_Challenge/tree/main).
|
21 |
|
22 |
|
|
|
17 |
The model was trained on [MSP-Podcast](https://ecs.utdallas.edu/research/researchlabs/msp-lab/MSP-Podcast.html) for the Odyssey 2024 Emotion Recognition competition baseline<br>
|
18 |
This particular model is the multi-attributed based model which predict arousal, dominance and valence in a range of approximately 0...1.
|
19 |
|
20 |
+
|
21 |
+
# Benchmarks
|
22 |
+
CCC based on test3 and Development sets of the Odyssey Competition
|
23 |
+
<table style="width:500px">
|
24 |
+
<tr><th colspan=6 align="center" >Multi-Task Setup</th></tr>
|
25 |
+
<tr><th colspan=3 align="center">Test 3</th><th colspan=3 align="center">Development</th></tr>
|
26 |
+
<tr> <td>Val</td> <td>Dom</td> <td>Aro</td> <td>Val</td> <td>Dom</td> <td>Aro</td> </tr>
|
27 |
+
<tr> <td> 0.577</td> <td>0.577</td> <td>0.405</td> <td>0.652</td> <td>0.688</td> <td>0.579</td> </tr>
|
28 |
+
</table>
|
29 |
+
|
30 |
+
|
31 |
+
|
32 |
For more details: [demo](https://huggingface.co/spaces/3loi/WavLM-SER-Multi-Baseline-Odyssey2024), [paper/soon]() and [GitHub](https://github.com/MSP-UTD/MSP-Podcast_Challenge/tree/main).
|
33 |
|
34 |
|