File size: 630 Bytes
bc86298
 
e34386a
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
bc86298
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
---

license: cc
dataset_info:
  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: train.clean.100
    num_bytes: 9269285688.408
    num_examples: 33232
  download_size: 9237305670
  dataset_size: 9269285688.408
configs:
- config_name: default
  data_files:
  - split: train.clean.100
    path: data/train.clean.100-*
---