File size: 630 Bytes
b258f54 a195f48 b258f54 a195f48 b258f54 |
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 |
---
dataset_info:
features:
- name: audio
dtype:
audio:
sampling_rate: 16000
- name: label
dtype: string
- name: id
dtype: string
splits:
- name: train
num_bytes: 277778584214.31
num_examples: 1048315
- name: test
num_bytes: 544577887.155
num_examples: 3755
- name: validation
num_bytes: 520380201.275
num_examples: 3735
download_size: 271033185554
dataset_size: 278843542302.74005
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
- split: test
path: data/test-*
- split: validation
path: data/validation-*
---
|