File size: 1,147 Bytes
73c2bd7
 
043f19d
73c2bd7
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
043f19d
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
73c2bd7
 
 
 
 
043f19d
 
 
 
73c2bd7
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
---
dataset_info:
- config_name: clean
  features:
  - name: audio
    dtype:
      audio:
        sampling_rate: 24000
  - 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
  splits:
  - name: test.clean
    num_bytes: 1477301067.628
    num_examples: 4837
  download_size: 1472342932
  dataset_size: 1477301067.628
- config_name: other
  features:
  - name: audio
    dtype:
      audio:
        sampling_rate: 24000
  - 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
  splits:
  - name: test.other
    num_bytes: 1152422906.32
    num_examples: 5120
  download_size: 1145824764
  dataset_size: 1152422906.32
configs:
- config_name: clean
  data_files:
  - split: test.clean
    path: clean/test.clean-*
- config_name: other
  data_files:
  - split: test.other
    path: other/test.other-*
---