File size: 1,387 Bytes
8fed7df
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
a6f4c13
 
 
 
 
 
 
 
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
72
---
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: mispronunciations
      list:
      - name: canonical-phone
        dtype: string
      - name: index
        dtype: int64
      - name: pronounced-phone
        dtype: string
    - name: phones
      sequence: string
    - name: phones-accuracy
      sequence: float64
    - name: stress
      dtype: int64
    - name: text
      dtype: string
    - name: total
      dtype: int64
  - name: speaker
    dtype: string
  - name: audio_path
    dtype: string
  - name: fbank
    sequence:
      sequence: float64
  - name: canon_phonemes
    sequence: int64
  - name: phonemes
    sequence: int64
  splits:
  - name: train
    num_bytes: 669314497
    num_examples: 2500
  - name: test
    num_bytes: 626465480
    num_examples: 2500
  download_size: 1283490912
  dataset_size: 1295779977
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: test
    path: data/test-*
task_categories:
- automatic-speech-recognition
language:
- en
pretty_name: Preprocessed fbank features of speechocean762
size_categories:
- 1K<n<10K
---