Update readme
Browse files
README.md
CHANGED
@@ -11,4 +11,26 @@ tags:
|
|
11 |
license: apache-2.0
|
12 |
---
|
13 |
|
14 |
-
# Emotion Recognition in Greek (el) Speech using Wav2Vec 2.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
11 |
license: apache-2.0
|
12 |
---
|
13 |
|
14 |
+
# Emotion Recognition in Greek (el) Speech using Wav2Vec 2.0
|
15 |
+
|
16 |
+
|
17 |
+
## How to use
|
18 |
+
soon ...
|
19 |
+
|
20 |
+
|
21 |
+
## Evaluation
|
22 |
+
The following tables summarize the scores obtained by model overall and per each class.
|
23 |
+
|
24 |
+
|
25 |
+
| Emotions | precision | recall | f1-score | accuracy |
|
26 |
+
|:---------: |:---------: |:------: |:--------: |:--------: |
|
27 |
+
| anger | 0.92 | 1.00 | 0.96 | - |
|
28 |
+
| disgust | 0.85 | 0.96 | 0.90 | - |
|
29 |
+
| fear | 0.88 | 0.88 | 0.88 | - |
|
30 |
+
| happiness | 0.94 | 0.71 | 0.81 | - |
|
31 |
+
| sadness | 0.96 | 1.00 | 0.98 | - |
|
32 |
+
| - | - | - | - | 91% |
|
33 |
+
|
34 |
+
|
35 |
+
## Questions?
|
36 |
+
Post a Github issue from [HERE](https://github.com/m3hrdadfi/wav2vec/issues).
|