Update README.md
Browse files
README.md
CHANGED
@@ -2,4 +2,27 @@
|
|
2 |
license: apache-2.0
|
3 |
datasets:
|
4 |
- stapesai/ssi-speech-emotion-recognition
|
5 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
license: apache-2.0
|
3 |
datasets:
|
4 |
- stapesai/ssi-speech-emotion-recognition
|
5 |
+
---
|
6 |
+
|
7 |
+
```py
|
8 |
+
Classification Report:
|
9 |
+
|
10 |
+
precision recall f1-score support
|
11 |
+
|
12 |
+
Anger 0.8314 0.9346 0.8800 306
|
13 |
+
Calm 0.7949 0.8857 0.8378 35
|
14 |
+
Disgust 0.8261 0.8287 0.8274 321
|
15 |
+
Fear 0.8303 0.7377 0.7812 305
|
16 |
+
Happy 0.8929 0.7764 0.8306 322
|
17 |
+
Neutral 0.8423 0.9303 0.8841 287
|
18 |
+
Sad 0.7749 0.7825 0.7787 308
|
19 |
+
Surprised 0.9478 0.9478 0.9478 115
|
20 |
+
|
21 |
+
accuracy 0.8379 1999
|
22 |
+
macro avg 0.8426 0.8530 0.8460 1999
|
23 |
+
weighted avg 0.8392 0.8379 0.8367 1999
|
24 |
+
```
|
25 |
+
|
26 |
+

|
27 |
+
|
28 |
+

|