File size: 962 Bytes
34abd4a |
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 45 46 47 48 49 50 |
---
dataset_info:
features:
- name: file
dtype: string
- name: audio
dtype:
audio:
sampling_rate: 16000
- name: text
dtype: string
- name: speaker_id
dtype: int64
- name: chapter_id
dtype: int64
- name: id
dtype: string
splits:
- name: train
num_bytes: 62912882604.152
num_examples: 258213
- name: train.9h
num_bytes: 532581041.633
num_examples: 2167
- name: train.1h
num_bytes: 60218210.0
num_examples: 241
- name: validation
num_bytes: 620676040.84
num_examples: 2416
- name: test
num_bytes: 620016068.552
num_examples: 2426
download_size: 65546647224
dataset_size: 64746373965.177
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
- split: train.9h
path: data/train.9h-*
- split: train.1h
path: data/train.1h-*
- split: validation
path: data/validation-*
- split: test
path: data/test-*
---
|