File size: 635 Bytes
f790101 | 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 | ---
dataset_info:
features:
- name: audio
dtype: audio
- name: transcription
dtype: string
- name: file_id
dtype: string
- name: language_code
dtype: string
- name: speaker
dtype: string
- name: duration
dtype: float64
- name: timestamp
dtype: string
splits:
- name: train
num_bytes: 924819519.7347155
num_examples: 36577
- name: test
num_bytes: 92104749.08828454
num_examples: 4065
download_size: 988855918
dataset_size: 1016924268.823
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
- split: test
path: data/test-*
---
|