File size: 903 Bytes
67ed4c7
5a54051
 
67ed4c7
 
5a54051
 
67ed4c7
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5a54051
67ed4c7
 
5a54051
67ed4c7
 
5a54051
67ed4c7
5a54051
 
67ed4c7
 
 
 
 
 
 
 
 
8a6bc42
 
 
 
 
5a54051
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
39
40
41
42
43
44
45
46
47
48
49
50
51
---
task_categories:
- audio-classification
dataset_info:
  features:
  - name: file
    dtype: string
  - name: audio
    dtype:
      audio:
        sampling_rate: 16000
  - name: emotion
    dtype: string
  - name: label
    dtype:
      class_label:
        names:
          '0': anger
          '1': disgust
          '2': fear
          '3': happy
          '4': neutral
          '5': sad
  splits:
  - name: train
    num_bytes: 425762803.75
    num_examples: 5209
  - name: validation
    num_bytes: 91023972.432
    num_examples: 1116
  - name: test
    num_bytes: 91269786.5
    num_examples: 1117
  download_size: 606141777
  dataset_size: 608056562.6819999
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: validation
    path: data/validation-*
  - split: test
    path: data/test-*
tags:
- audio
- paralinguistics
- multiclass
- emotion
---