File size: 885 Bytes
9b40400
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
dataset_info:
  features:
  - name: image
    dtype: image
  - 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
  - name: files
    dtype: string
  - name: label
    dtype: int64
  splits:
  - name: train
    num_bytes: 3190107392.44
    num_examples: 57744
  - name: validation
    num_bytes: 796632373.649188
    num_examples: 14408
  - name: test
    num_bytes: 1087884144.34
    num_examples: 20023
  download_size: 5074175061
  dataset_size: 5074623910.429188
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: validation
    path: data/validation-*
  - split: test
    path: data/test-*
---