File size: 738 Bytes
2cec2fd |
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 |
---
dataset_info:
features:
- name: speaker_id
dtype: int64
- name: age
dtype: int64
- name: gender
dtype: string
- name: audio
dtype:
audio:
sampling_rate: 16000
- name: md5sum
dtype: string
- name: pdp_score
dtype: float64
- name: transcription
dtype: string
- name: transcription_length
dtype: int64
- name: duration
dtype: float64
splits:
- name: train
num_bytes: 3266453992.35
num_examples: 47833
- name: test
num_bytes: 188777687.712
num_examples: 3002
download_size: 3233509439
dataset_size: 3455231680.062
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
- split: test
path: data/test-*
---
|