File size: 523 Bytes
bb42fbd 3049a98 bb42fbd 3049a98 bb42fbd |
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: 192000
- name: spk_id
dtype: string
- name: answer
dtype: string
- name: age_group
dtype: int64
splits:
- name: test
num_bytes: 154646429.0
num_examples: 100
- name: val
num_bytes: 170023793.0
num_examples: 100
download_size: 204424233
dataset_size: 324670222.0
configs:
- config_name: default
data_files:
- split: test
path: data/test-*
- split: val
path: data/val-*
---
|