File size: 971 Bytes
e571ae2 bb494cc e571ae2 3442fd4 7aabc34 cb9cec9 bb494cc d72d8ee e571ae2 cb9cec9 bb494cc d72d8ee e571ae2 |
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 51 52 53 54 55 |
---
dataset_info:
- config_name: clean
features:
- name: audio
dtype:
audio:
sampling_rate: 16000
- name: transcription
dtype: string
- name: gender
dtype: string
splits:
- name: train
num_bytes: 93462.0
num_examples: 3
- name: test
num_bytes: 31804.0
num_examples: 1
download_size: 259706
dataset_size: 125266.0
- config_name: other
features:
- name: audio
dtype:
audio:
sampling_rate: 16000
- name: transcription
dtype: string
- name: gender
dtype: string
splits:
- name: train
num_bytes: 93472.0
num_examples: 3
- name: test
num_bytes: 31799.0
num_examples: 1
download_size: 129865
dataset_size: 125271.0
configs:
- config_name: clean
data_files:
- split: train
path: clean/train-*
- split: test
path: clean/test-*
- config_name: other
data_files:
- split: train
path: other/train-*
- split: test
path: other/test-*
---
|