File size: 714 Bytes
4e1e774
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
dataset_info:
  features:
  - name: audio
    dtype:
      audio:
        sampling_rate: 44100
  - name: text
    dtype: string
  - name: lang
    dtype: string
  - name: audio_id
    dtype: int64
  - name: sentence_id
    dtype: int64
  - name: audio_license
    dtype: string
  - name: text_is_cc0
    dtype: bool
  - name: is_original
    dtype: bool
  - name: recorder
    dtype: string
  - name: attribution_url
    dtype: string
  - name: translations
    dtype: string
  splits:
  - name: train
    num_bytes: 24347949761.811
    num_examples: 1162111
  download_size: 27063285419
  dataset_size: 24347949761.811
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
---