File size: 935 Bytes
2a85c6e
 
c3ca9a0
 
 
4421fd9
 
c3ca9a0
7de88bb
 
c3ca9a0
 
 
 
8ddb981
 
 
 
c3ca9a0
 
 
 
 
2a85c6e
79c30b6
17d4418
79c30b6
 
 
 
 
17d4418
79c30b6
17d4418
79c30b6
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
---
license: unknown
dataset_info:
  features:
  - name: path
    dtype: string
  - name: audio
    dtype: audio
  - name: emotion
    dtype: string
  - name: dataset
    dtype: string
  splits:
  - name: train
    num_bytes: 4484334276.16
    num_examples: 11970
  download_size: 1315896899
  dataset_size: 4484334276.16
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
---

This dataset is created from [Speech Emotion Recognition (en)](https://www.kaggle.com/datasets/dmitrybabko/speech-emotion-recognition-en) dataset.

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.

It includes the 7 types of emotions contained in speech.

```python
emotions = ['angry', 'disgust', 'fear', 'happy', 'neutral', 'sad', 'surprise']
```