File size: 1,167 Bytes
72c3e29
 
70dfd06
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
72c3e29
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
---
license: cc
dataset_info:
  features:
  - name: path
    dtype: string
  - name: audio
    dtype:
      audio:
        sampling_rate: 16000
  - name: sentence
    dtype: string
  - name: text
    dtype: string
  splits:
  - name: train_common_voice
    num_bytes: 960957388.92
    num_examples: 28954
  - name: train_librispeach
    num_bytes: 7117600330.255
    num_examples: 25555
  - name: train_fleur
    num_bytes: 1888852121.4115
    num_examples: 2598
  - name: test_common_voice
    num_bytes: 359841808.02
    num_examples: 9060
  - name: test_librispeach
    num_bytes: 127410948.0
    num_examples: 520
  - name: test_fleur
    num_bytes: 390515157.83113456
    num_examples: 626
  download_size: 10148006999
  dataset_size: 10845177754.437635
configs:
- config_name: default
  data_files:
  - split: train_common_voice
    path: data/train_common_voice-*
  - split: train_librispeach
    path: data/train_librispeach-*
  - split: train_fleur
    path: data/train_fleur-*
  - split: test_common_voice
    path: data/test_common_voice-*
  - split: test_librispeach
    path: data/test_librispeach-*
  - split: test_fleur
    path: data/test_fleur-*
---