hughlan1214
commited on
Commit
•
17d4418
1
Parent(s):
79c30b6
Update README.md
Browse files
README.md
CHANGED
@@ -23,13 +23,15 @@ configs:
|
|
23 |
path: data/train-*
|
24 |
---
|
25 |
|
26 |
-
This dataset is created from
|
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 |
|
|
|
23 |
path: data/train-*
|
24 |
---
|
25 |
|
26 |
+
This dataset is created from [Speech Emotion Recognition (en)](https://www.kaggle.com/datasets/dmitrybabko/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 |
+
```python
|
33 |
emotions = ['angry', 'disgust', 'fear', 'happy', 'neutral', 'sad', 'surprise']
|
34 |
+
```
|
35 |
|
36 |
|
37 |
|