File size: 1,127 Bytes
2963bcf 7478c67 7a951ba |
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 53 54 55 56 57 |
---
dataset_info:
features:
- name: age
dtype: float32
- name: gender
dtype:
class_label:
names:
'0': female
'1': male
- name: emotion
dtype:
class_label:
names:
'0': anger
'1': boredom
'2': disgust
'3': fear
'4': happiness
'5': neutral
'6': sadness
- name: audio
dtype: audio
splits:
- name: train
num_bytes: 47623397.0
num_examples: 535
download_size: 46870260
dataset_size: 47623397.0
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
---
# Dataset Card for "emodb"
This is a mirror for the emodb dataset. You can find the original version here:
http://emodb.bilderbar.info/docu/
## Explore this dataset
You can interactively explore this dataset with Spotlight:
```python
import datasets
from renumics import spotlight
ds = datasets.load_dataset('renumics/emodb', split='all')
spotlight.show(ds)
```

|