File size: 943 Bytes
504c28b
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
fe47874
 
 
 
 
504c28b
 
 
 
 
fe47874
 
504c28b
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
52
---
dataset_info:
  features:
  - name: audio
    dtype: audio
  - name: filename
    dtype: string
  - name: duration
    dtype: string
  - name: country
    dtype: string
  - name: city
    dtype: string
  - name: msa_or_dialect
    dtype:
      class_label:
        names:
          '0': '0'
          '1': '1'
          '2': '2'
          '3': '3'
          '4': '4'
  - name: emotion
    dtype: string
  - name: keep_or_skip
    dtype: string
  - name: confidence
    dtype: string
  - name: audio_type
    dtype: string
  - name: annotators
    dtype: string
  - name: timestamp
    dtype: string
  splits:
  - name: train
    num_bytes: 3191016440.072401
    num_examples: 5525
  - name: test
    num_bytes: 798187310.0745988
    num_examples: 1382
  download_size: 3950194185
  dataset_size: 3989203750.147
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: test
    path: data/test-*
---