File size: 1,321 Bytes
cb79771
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
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: int64
  splits:
  - name: dev.clean
    num_bytes: 21810533
    num_examples: 5736
  - name: dev.other
    num_bytes: 15759007
    num_examples: 4613
  - name: test.clean
    num_bytes: 20656914
    num_examples: 4837
  - name: test.other
    num_bytes: 16478467
    num_examples: 5120
  - name: train.clean.100
    num_bytes: 130462927
    num_examples: 33232
  - name: train.clean.360
    num_bytes: 463779914
    num_examples: 116426
  - name: train.other.500
    num_bytes: 755763253
    num_examples: 205035
  download_size: 300620816
  dataset_size: 1424711015
configs:
- config_name: default
  data_files:
  - split: dev.clean
    path: data/dev.clean-*
  - split: dev.other
    path: data/dev.other-*
  - split: test.clean
    path: data/test.clean-*
  - split: test.other
    path: data/test.other-*
  - split: train.clean.100
    path: data/train.clean.100-*
  - split: train.clean.360
    path: data/train.clean.360-*
  - split: train.other.500
    path: data/train.other.500-*
---