File size: 781 Bytes
ba88cf4 89698c1 ba88cf4 89698c1 ba88cf4 89698c1 ba88cf4 89698c1 ba88cf4 89698c1 ba88cf4 |
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 32 33 34 35 36 37 38 39 40 41 42 43 44 |
---
dataset_info:
features:
- name: audio
dtype:
audio:
sampling_rate: 16000
- name: text
dtype: string
- name: mother_tongue
dtype: string
- name: region
dtype: string
- name: gender
dtype: string
- name: age
dtype: int64
- name: speaker
dtype: string
- name: speakers_num
dtype: int64
splits:
- name: train
num_bytes: 1357632609.25
num_examples: 11222
- name: val
num_bytes: 325532691.0
num_examples: 2608
- name: test
num_bytes: 314386653.75
num_examples: 2458
download_size: 1959891915
dataset_size: 1997551954.0
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
- split: val
path: data/val-*
- split: test
path: data/test-*
---
|