File size: 1,309 Bytes
a1f39d8 |
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 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 |
---
dataset_info:
features:
- name: accuracy
dtype: int64
- name: completeness
dtype: float64
- name: fluency
dtype: int64
- name: prosodic
dtype: int64
- name: text
dtype: string
- name: total
dtype: int64
- name: words
list:
- name: accuracy
dtype: int64
- name: phones
list: string
- name: phones-accuracy
list: float64
- name: stress
dtype: int64
- name: text
dtype: string
- name: total
dtype: int64
- name: mispronunciations
list:
- name: canonical-phone
dtype: string
- name: index
dtype: int64
- name: pronounced-phone
dtype: string
- name: speaker
dtype: string
- name: gender
dtype: string
- name: age
dtype: int64
- name: audio
dtype: audio
- name: words_alignment
list:
- name: end_time
dtype: float64
- name: start_time
dtype: float64
- name: word
dtype: string
splits:
- name: train
num_bytes: 333622063
num_examples: 2500
- name: test
num_bytes: 312324337
num_examples: 2500
download_size: 611153914
dataset_size: 645946400
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
- split: test
path: data/test-*
---
|