File size: 932 Bytes
38a4ec0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
dataset_info:
  features:
  - name: text_normalized
    dtype: string
  - name: text_original
    dtype: string
  - name: speaker_id
    dtype: string
  - name: path
    dtype: string
  - name: chapter_id
    dtype: string
  - name: id
    dtype: string
  - name: audio_token
    sequence:
      sequence:
        sequence:
          sequence: int64
  splits:
  - name: test.clean
    num_bytes: 76380640
    num_examples: 4837
  - name: dev.clean
    num_bytes: 80172661
    num_examples: 5736
  - name: test.other
    num_bytes: 60052443
    num_examples: 5120
  - name: dev.other
    num_bytes: 57621429
    num_examples: 4613
  download_size: 44492945
  dataset_size: 274227173
configs:
- config_name: default
  data_files:
  - split: test.clean
    path: data/test.clean-*
  - split: dev.clean
    path: data/dev.clean-*
  - split: test.other
    path: data/test.other-*
  - split: dev.other
    path: data/dev.other-*
---