File size: 395 Bytes
7ae7027 034a87b f92d974 7ae7027 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 |
---
license: cc
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
dataset_info:
features:
- name: audio
dtype:
audio:
sampling_rate: 22050
- name: transcription
dtype: string
splits:
- name: train
num_bytes: 678753244.0
num_examples: 600
download_size: 567021984
dataset_size: 678753244.0
---
|