File size: 635 Bytes
adbeca8 7cb9626 adbeca8 |
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 |
---
dataset_info:
features:
- name: id
dtype: int64
- name: negative
dtype:
audio:
sampling_rate: 16000
- name: positive
dtype:
audio:
sampling_rate: 16000
- name: voice
dtype: string
- name: negative_word
dtype: string
- name: positive_word
dtype: string
- name: negative_phones
dtype: string
- name: positive_phones
dtype: string
splits:
- name: train
num_bytes: 2449803432.0
num_examples: 40000
download_size: 1993547735
dataset_size: 2449803432.0
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
---
|