File size: 1,024 Bytes
6b7a383 0337194 6b7a383 0337194 6b7a383 |
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 56 |
---
dataset_info:
features:
- name: sample_index
dtype: int64
- name: format
dtype: string
- name: phonemes_hex
dtype: string
- name: phonemes_ipa
dtype: string
- name: full_audio
dtype:
audio:
sampling_rate: 16000
- name: left_audio
dtype:
audio:
sampling_rate: 16000
- name: right_audio
dtype:
audio:
sampling_rate: 16000
- name: removed_audio
dtype:
audio:
sampling_rate: 16000
- name: full_tokens_audio
dtype:
audio:
sampling_rate: 16000
- name: audio_durations
struct:
- name: left
dtype: float64
- name: right
dtype: float64
- name: removed
dtype: float64
- name: full
dtype: float64
- name: full_tokens
dtype: float64
splits:
- name: train
num_bytes: 19304526.0
num_examples: 100
download_size: 18402223
dataset_size: 19304526.0
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
---
|