Files changed (1) hide show
  1. README.md +5 -3
README.md CHANGED
@@ -11,13 +11,13 @@ dataset_info:
11
  dtype: string
12
  splits:
13
  - name: train
14
- num_bytes: 87168599429.0
15
  num_examples: 100000
16
  - name: test
17
- num_bytes: 863906806.0
18
  num_examples: 1000
19
  download_size: 79678350387
20
- dataset_size: 88032506235.0
21
  configs:
22
  - config_name: default
23
  data_files:
@@ -25,6 +25,8 @@ configs:
25
  path: data/train-*
26
  - split: test
27
  path: data/test-*
 
 
28
  ---
29
 
30
  Build from mozilla commonvoice 13 using the script commited in this repo.
 
11
  dtype: string
12
  splits:
13
  - name: train
14
+ num_bytes: 87168599429
15
  num_examples: 100000
16
  - name: test
17
+ num_bytes: 863906806
18
  num_examples: 1000
19
  download_size: 79678350387
20
+ dataset_size: 88032506235
21
  configs:
22
  - config_name: default
23
  data_files:
 
25
  path: data/train-*
26
  - split: test
27
  path: data/test-*
28
+ language:
29
+ - fr
30
  ---
31
 
32
  Build from mozilla commonvoice 13 using the script commited in this repo.