shEMO_speech / README.md
minoosh's picture
Upload README.md with huggingface_hub
6a541fc
|
raw
history blame contribute delete
No virus
860 Bytes
---
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
- split: test
path: data/test-*
- split: valid
path: data/valid-*
dataset_info:
features:
- name: audio
dtype:
audio:
sampling_rate: 16000
- name: emotion
dtype:
class_label:
names:
'0': A
'1': H
'2': N
'3': S
'4': W
'5': F
splits:
- name: train
num_bytes: 856321868.0
num_examples: 2400
- name: test
num_bytes: 100721512.0
num_examples: 300
- name: valid
num_bytes: 105982082.0
num_examples: 300
download_size: 1043899986
dataset_size: 1063025462.0
---
# Dataset Card for "shEMO_speech"
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)