File size: 859 Bytes
d61c37c |
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 |
---
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
splits:
- name: train
num_bytes: 3141298332.3697896
num_examples: 71020
- name: validation
num_bytes: 785324050.4424473
num_examples: 17755
- name: test
num_bytes: 1213985406.352763
num_examples: 27446
download_size: 5132771383
dataset_size: 5140607789.165
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
- split: validation
path: data/validation-*
- split: test
path: data/test-*
---
|