File size: 515 Bytes
19473e9 |
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 |
---
dataset_info:
features:
- name: audio
struct:
- name: array
sequence: float64
- name: path
dtype: string
- name: sampling_rate
dtype: int64
- name: transcription
dtype: string
- name: audio_path
dtype: string
- name: source
dtype: string
splits:
- name: test
num_bytes: 2303388435
num_examples: 1067
download_size: 1470626098
dataset_size: 2303388435
configs:
- config_name: default
data_files:
- split: test
path: data/test-*
---
|