hughlan1214
commited on
Commit
•
79c30b6
1
Parent(s):
8ddb981
Update README.md
Browse files
README.md
CHANGED
@@ -22,3 +22,14 @@ configs:
|
|
22 |
- split: train
|
23 |
path: data/train-*
|
24 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
22 |
- split: train
|
23 |
path: data/train-*
|
24 |
---
|
25 |
+
|
26 |
+
This dataset is created from a Speech Emotion Recognition (en) dataset.
|
27 |
+
|
28 |
+
This dataset includes the 4 most popular datasets in English: Crema, Ravdess, Savee, and Tess, containing a total of over 12,000 .wav audio files. Each of these four datasets includes 6 to 8 different emotional labels.
|
29 |
+
|
30 |
+
It includes the 7 types of emotions contained in speech.
|
31 |
+
|
32 |
+
emotions = ['angry', 'disgust', 'fear', 'happy', 'neutral', 'sad', 'surprise']
|
33 |
+
|
34 |
+
|
35 |
+
|