File size: 449 Bytes
4612eff 3010516 4612eff |
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 |
---
license: apache-2.0
dataset_info:
features:
- name: index
dtype: int64
- name: audio
dtype:
audio:
sampling_rate: 16000
- name: transcription
dtype: string
splits:
- name: train
num_bytes: 12115048704.546
num_examples: 4347
download_size: 11770475321
dataset_size: 12115048704.546
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
---
|