emodb / README.md
sps44's picture
Update README.md
7a951ba
---
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)
```
![image/gif](https://cdn-uploads.huggingface.co/production/uploads/63dd29ffaf221a78fa4ec8d1/X2L07kbwQCY9uup98YyhT.gif)