File size: 574 Bytes
c33aecf db4e4a2 ef454f3 c33aecf 7a8aa53 c33aecf |
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 |
---
dataset_info:
features:
- name: audio
dtype:
audio:
sampling_rate: 24000
- name: transcript
dtype: string
- name: audio_duration
dtype: float32
- name: audio_id
dtype: string
splits:
- name: test_clean
num_bytes: 934011889.0
num_examples: 87
- name: test_other
num_bytes: 923304320.0
num_examples: 90
download_size: 3611377651
dataset_size: 1857316209.0
configs:
- config_name: default
data_files:
- split: test_clean
path: data/test_clean-*
- split: test_other
path: data/test_other-*
---
|