AbyelT commited on
Commit
f9adefe
·
1 Parent(s): ee69c91

Upload initial dataset

Browse files
common_voice/dataset_dict.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"splits": ["train", "test"]}
common_voice/test/dataset.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d94b299521d7be741b3b0d035015a03cf47d5497de31ec95f111d40f4a39778e
3
+ size 4868700344
common_voice/test/dataset_info.json ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "citation": "@inproceedings{commonvoice:2020,\n author = {Ardila, R. and Branson, M. and Davis, K. and Henretty, M. and Kohler, M. and Meyer, J. and Morais, R. and Saunders, L. and Tyers, F. M. and Weber, G.},\n title = {Common Voice: A Massively-Multilingual Speech Corpus},\n booktitle = {Proceedings of the 12th Conference on Language Resources and Evaluation (LREC 2020)},\n pages = {4211--4215},\n year = 2020\n}",
3
+ "description": "Common Voice is Mozilla's initiative to help teach machines how real people speak. The dataset currently consists of 16413 validated hours of speech in 100 languages, but more voices and languages are always added.",
4
+ "features": {
5
+ "input_features": {
6
+ "feature": {
7
+ "feature": {
8
+ "dtype": "float32",
9
+ "_type": "Value"
10
+ },
11
+ "_type": "Sequence"
12
+ },
13
+ "_type": "Sequence"
14
+ },
15
+ "labels": {
16
+ "feature": {
17
+ "dtype": "int64",
18
+ "_type": "Value"
19
+ },
20
+ "_type": "Sequence"
21
+ }
22
+ },
23
+ "homepage": "https://commonvoice.mozilla.org/en/datasets",
24
+ "license": "https://creativecommons.org/publicdomain/zero/1.0/"
25
+ }
common_voice/test/state.json ADDED
@@ -0,0 +1,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_data_files": [
3
+ {
4
+ "filename": "dataset.arrow"
5
+ }
6
+ ],
7
+ "_fingerprint": "8838e18b5f41ad66",
8
+ "_format_columns": [
9
+ "input_features",
10
+ "labels"
11
+ ],
12
+ "_format_kwargs": {},
13
+ "_format_type": null,
14
+ "_indexes": {},
15
+ "_output_all_columns": false,
16
+ "_split": null
17
+ }
common_voice/train/dataset.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b53c1291e8c9e967092dba438c4f570ea474c8216bb21e1df1fcec79721ec14b
3
+ size 11871609080
common_voice/train/dataset_info.json ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "citation": "@inproceedings{commonvoice:2020,\n author = {Ardila, R. and Branson, M. and Davis, K. and Henretty, M. and Kohler, M. and Meyer, J. and Morais, R. and Saunders, L. and Tyers, F. M. and Weber, G.},\n title = {Common Voice: A Massively-Multilingual Speech Corpus},\n booktitle = {Proceedings of the 12th Conference on Language Resources and Evaluation (LREC 2020)},\n pages = {4211--4215},\n year = 2020\n}",
3
+ "description": "Common Voice is Mozilla's initiative to help teach machines how real people speak. The dataset currently consists of 16413 validated hours of speech in 100 languages, but more voices and languages are always added.",
4
+ "features": {
5
+ "input_features": {
6
+ "feature": {
7
+ "feature": {
8
+ "dtype": "float32",
9
+ "_type": "Value"
10
+ },
11
+ "_type": "Sequence"
12
+ },
13
+ "_type": "Sequence"
14
+ },
15
+ "labels": {
16
+ "feature": {
17
+ "dtype": "int64",
18
+ "_type": "Value"
19
+ },
20
+ "_type": "Sequence"
21
+ }
22
+ },
23
+ "homepage": "https://commonvoice.mozilla.org/en/datasets",
24
+ "license": "https://creativecommons.org/publicdomain/zero/1.0/"
25
+ }
common_voice/train/state.json ADDED
@@ -0,0 +1,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_data_files": [
3
+ {
4
+ "filename": "dataset.arrow"
5
+ }
6
+ ],
7
+ "_fingerprint": "8e15089fb0d6f504",
8
+ "_format_columns": [
9
+ "input_features",
10
+ "labels"
11
+ ],
12
+ "_format_kwargs": {},
13
+ "_format_type": null,
14
+ "_indexes": {},
15
+ "_output_all_columns": false,
16
+ "_split": null
17
+ }