File size: 828 Bytes
e67f0db
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
dataset_info:
  features:
  - name: audio
    dtype: audio
  - name: EmoClass
    dtype: string
  - name: EmoAct
    dtype: float64
  - name: EmoVal
    dtype: float64
  - name: EmoDom
    dtype: float64
  - name: SpkrID
    dtype: int64
  - name: Gender
    dtype: string
  - name: Split_Set
    dtype: string
  - name: transcript
    dtype: string
  splits:
  - name: train
    num_bytes: 14380945356.633867
    num_examples: 78944
  - name: validation
    num_bytes: 3643329372.3535333
    num_examples: 20000
  - name: test
    num_bytes: 3147291546.8525996
    num_examples: 17277
  download_size: 20832067854
  dataset_size: 21171566275.84
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: validation
    path: data/validation-*
  - split: test
    path: data/test-*
---