Commit
·
2d4fa4b
1
Parent(s):
2c372c0
Update README.md
Browse files
README.md
CHANGED
@@ -65,4 +65,20 @@ outputs = predict(path, sampling_rate)
|
|
65 |
{'Emotion': 'fear', 'Score': '0.4%'},
|
66 |
{'Emotion': 'happiness', 'Score': '0.7%'},
|
67 |
{'Emotion': 'sadness', 'Score': '0.5%'}]
|
68 |
-
~~~
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
65 |
{'Emotion': 'fear', 'Score': '0.4%'},
|
66 |
{'Emotion': 'happiness', 'Score': '0.7%'},
|
67 |
{'Emotion': 'sadness', 'Score': '0.5%'}]
|
68 |
+
~~~
|
69 |
+
|
70 |
+
## Evaluation
|
71 |
+
The following tables summarize the scores obtained by model overall and per each class.
|
72 |
+
|
73 |
+
|
74 |
+
| Emotions | precision | recall | f1-score | accuracy |
|
75 |
+
|-----------|-----------|--------|----------|----------|
|
76 |
+
| anger | 0.82 | 1.00 | 0.81 | |
|
77 |
+
| disgust | 0.85 | 0.96 | 0.85 | |
|
78 |
+
| fear | 0.78 | 0.88 | 0.80 | |
|
79 |
+
| happiness | 0.84 | 0.71 | 0.78 | |
|
80 |
+
| sadness | 0.86 | 1.00 | 0.79 | |
|
81 |
+
| | | | Overall | 0.806 |
|
82 |
+
|
83 |
+
|
84 |
+
##
|