File size: 501 Bytes
82ca044 f17ffcc 25040be f17ffcc 82ca044 |
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 |
---
license: cc-by-nc-4.0
configs:
- config_name: default
data_files:
- split: original
path: data/original-*
- split: truncated
path: data/truncated-*
dataset_info:
features:
- name: id
dtype: string
- name: audio
dtype:
audio:
sampling_rate: 16000
splits:
- name: original
num_bytes: 882129224.0
num_examples: 2000
- name: truncated
num_bytes: 290015142.0
num_examples: 2000
download_size: 282072258
dataset_size: 1172144366.0
---
|