Minutor commited on
Commit
073b4f4
·
verified ·
1 Parent(s): 2e7fe62

Upload folder using huggingface_hub

Browse files
cv_or/train/data-00000-of-00001.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:18eec850e9f3885553c37a5d29c2df048c1036ba35ce26267333b2fb7baeaf40
3
+ size 82607992
cv_or/train/dataset_info.json ADDED
@@ -0,0 +1,156 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "builder_name": "common_voice_17_0",
3
+ "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}\n",
4
+ "config_name": "or",
5
+ "dataset_name": "common_voice_17_0",
6
+ "dataset_size": 7851887,
7
+ "description": "Common Voice is Mozilla's initiative to help teach machines how real people speak. The dataset currently consists of 20408 validated hours of speech in 124 languages, but more voices and languages are always added.",
8
+ "download_checksums": {
9
+ "https://huggingface.co/datasets/mozilla-foundation/common_voice_17_0/resolve/main/n_shards.json": {
10
+ "num_bytes": 17491,
11
+ "checksum": null
12
+ },
13
+ "https://huggingface.co/datasets/mozilla-foundation/common_voice_17_0/resolve/main/audio/or/train/or_train_0.tar": {
14
+ "num_bytes": 83036160,
15
+ "checksum": null
16
+ },
17
+ "https://huggingface.co/datasets/mozilla-foundation/common_voice_17_0/resolve/main/audio/or/test/or_test_0.tar": {
18
+ "num_bytes": 29655040,
19
+ "checksum": null
20
+ },
21
+ "https://huggingface.co/datasets/mozilla-foundation/common_voice_17_0/resolve/main/audio/or/other/or_other_0.tar": {
22
+ "num_bytes": 195328000,
23
+ "checksum": null
24
+ },
25
+ "https://huggingface.co/datasets/mozilla-foundation/common_voice_17_0/resolve/main/audio/or/invalidated/or_invalidated_0.tar": {
26
+ "num_bytes": 10803200,
27
+ "checksum": null
28
+ },
29
+ "https://huggingface.co/datasets/mozilla-foundation/common_voice_17_0/resolve/main/audio/or/validated/or_validated_0.tar": {
30
+ "num_bytes": 122449920,
31
+ "checksum": null
32
+ },
33
+ "https://huggingface.co/datasets/mozilla-foundation/common_voice_17_0/resolve/main/transcript/or/train.tsv": {
34
+ "num_bytes": 825096,
35
+ "checksum": null
36
+ },
37
+ "https://huggingface.co/datasets/mozilla-foundation/common_voice_17_0/resolve/main/transcript/or/dev.tsv": {
38
+ "num_bytes": 114,
39
+ "checksum": null
40
+ },
41
+ "https://huggingface.co/datasets/mozilla-foundation/common_voice_17_0/resolve/main/transcript/or/test.tsv": {
42
+ "num_bytes": 280638,
43
+ "checksum": null
44
+ },
45
+ "https://huggingface.co/datasets/mozilla-foundation/common_voice_17_0/resolve/main/transcript/or/other.tsv": {
46
+ "num_bytes": 2228127,
47
+ "checksum": null
48
+ },
49
+ "https://huggingface.co/datasets/mozilla-foundation/common_voice_17_0/resolve/main/transcript/or/invalidated.tsv": {
50
+ "num_bytes": 104984,
51
+ "checksum": null
52
+ },
53
+ "https://huggingface.co/datasets/mozilla-foundation/common_voice_17_0/resolve/main/transcript/or/validated.tsv": {
54
+ "num_bytes": 1229578,
55
+ "checksum": null
56
+ }
57
+ },
58
+ "download_size": 445958348,
59
+ "features": {
60
+ "client_id": {
61
+ "dtype": "string",
62
+ "_type": "Value"
63
+ },
64
+ "path": {
65
+ "dtype": "string",
66
+ "_type": "Value"
67
+ },
68
+ "audio": {
69
+ "sampling_rate": 48000,
70
+ "_type": "Audio"
71
+ },
72
+ "sentence": {
73
+ "dtype": "string",
74
+ "_type": "Value"
75
+ },
76
+ "up_votes": {
77
+ "dtype": "int64",
78
+ "_type": "Value"
79
+ },
80
+ "down_votes": {
81
+ "dtype": "int64",
82
+ "_type": "Value"
83
+ },
84
+ "age": {
85
+ "dtype": "string",
86
+ "_type": "Value"
87
+ },
88
+ "gender": {
89
+ "dtype": "string",
90
+ "_type": "Value"
91
+ },
92
+ "accent": {
93
+ "dtype": "string",
94
+ "_type": "Value"
95
+ },
96
+ "locale": {
97
+ "dtype": "string",
98
+ "_type": "Value"
99
+ },
100
+ "segment": {
101
+ "dtype": "string",
102
+ "_type": "Value"
103
+ },
104
+ "variant": {
105
+ "dtype": "string",
106
+ "_type": "Value"
107
+ }
108
+ },
109
+ "homepage": "https://commonvoice.mozilla.org/en/datasets",
110
+ "license": "https://creativecommons.org/publicdomain/zero/1.0/",
111
+ "size_in_bytes": 453810235,
112
+ "splits": {
113
+ "train": {
114
+ "name": "train",
115
+ "num_bytes": 1376150,
116
+ "num_examples": 2048,
117
+ "dataset_name": "common_voice_17_0"
118
+ },
119
+ "validation": {
120
+ "name": "validation",
121
+ "num_bytes": 0,
122
+ "num_examples": 0,
123
+ "dataset_name": "common_voice_17_0"
124
+ },
125
+ "test": {
126
+ "name": "test",
127
+ "num_bytes": 466443,
128
+ "num_examples": 696,
129
+ "dataset_name": "common_voice_17_0"
130
+ },
131
+ "other": {
132
+ "name": "other",
133
+ "num_bytes": 3721657,
134
+ "num_examples": 5550,
135
+ "dataset_name": "common_voice_17_0"
136
+ },
137
+ "invalidated": {
138
+ "name": "invalidated",
139
+ "num_bytes": 182180,
140
+ "num_examples": 275,
141
+ "dataset_name": "common_voice_17_0"
142
+ },
143
+ "validated": {
144
+ "name": "validated",
145
+ "num_bytes": 2105457,
146
+ "num_examples": 3161,
147
+ "dataset_name": "common_voice_17_0"
148
+ }
149
+ },
150
+ "version": {
151
+ "version_str": "17.0.0",
152
+ "major": 17,
153
+ "minor": 0,
154
+ "patch": 0
155
+ }
156
+ }
cv_or/train/state.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_data_files": [
3
+ {
4
+ "filename": "data-00000-of-00001.arrow"
5
+ }
6
+ ],
7
+ "_fingerprint": "aa77dc746d2af5fb",
8
+ "_format_columns": null,
9
+ "_format_kwargs": {},
10
+ "_format_type": null,
11
+ "_output_all_columns": false,
12
+ "_split": "train"
13
+ }
cv_or/validation/data-00000-of-00001.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ca75dbf1da6c4d3e9616befe3489268324f754821908236eaa14a7e17a288468
3
+ size 29501912
cv_or/validation/dataset_info.json ADDED
@@ -0,0 +1,156 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "builder_name": "common_voice_17_0",
3
+ "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}\n",
4
+ "config_name": "or",
5
+ "dataset_name": "common_voice_17_0",
6
+ "dataset_size": 7851887,
7
+ "description": "Common Voice is Mozilla's initiative to help teach machines how real people speak. The dataset currently consists of 20408 validated hours of speech in 124 languages, but more voices and languages are always added.",
8
+ "download_checksums": {
9
+ "https://huggingface.co/datasets/mozilla-foundation/common_voice_17_0/resolve/main/n_shards.json": {
10
+ "num_bytes": 17491,
11
+ "checksum": null
12
+ },
13
+ "https://huggingface.co/datasets/mozilla-foundation/common_voice_17_0/resolve/main/audio/or/train/or_train_0.tar": {
14
+ "num_bytes": 83036160,
15
+ "checksum": null
16
+ },
17
+ "https://huggingface.co/datasets/mozilla-foundation/common_voice_17_0/resolve/main/audio/or/test/or_test_0.tar": {
18
+ "num_bytes": 29655040,
19
+ "checksum": null
20
+ },
21
+ "https://huggingface.co/datasets/mozilla-foundation/common_voice_17_0/resolve/main/audio/or/other/or_other_0.tar": {
22
+ "num_bytes": 195328000,
23
+ "checksum": null
24
+ },
25
+ "https://huggingface.co/datasets/mozilla-foundation/common_voice_17_0/resolve/main/audio/or/invalidated/or_invalidated_0.tar": {
26
+ "num_bytes": 10803200,
27
+ "checksum": null
28
+ },
29
+ "https://huggingface.co/datasets/mozilla-foundation/common_voice_17_0/resolve/main/audio/or/validated/or_validated_0.tar": {
30
+ "num_bytes": 122449920,
31
+ "checksum": null
32
+ },
33
+ "https://huggingface.co/datasets/mozilla-foundation/common_voice_17_0/resolve/main/transcript/or/train.tsv": {
34
+ "num_bytes": 825096,
35
+ "checksum": null
36
+ },
37
+ "https://huggingface.co/datasets/mozilla-foundation/common_voice_17_0/resolve/main/transcript/or/dev.tsv": {
38
+ "num_bytes": 114,
39
+ "checksum": null
40
+ },
41
+ "https://huggingface.co/datasets/mozilla-foundation/common_voice_17_0/resolve/main/transcript/or/test.tsv": {
42
+ "num_bytes": 280638,
43
+ "checksum": null
44
+ },
45
+ "https://huggingface.co/datasets/mozilla-foundation/common_voice_17_0/resolve/main/transcript/or/other.tsv": {
46
+ "num_bytes": 2228127,
47
+ "checksum": null
48
+ },
49
+ "https://huggingface.co/datasets/mozilla-foundation/common_voice_17_0/resolve/main/transcript/or/invalidated.tsv": {
50
+ "num_bytes": 104984,
51
+ "checksum": null
52
+ },
53
+ "https://huggingface.co/datasets/mozilla-foundation/common_voice_17_0/resolve/main/transcript/or/validated.tsv": {
54
+ "num_bytes": 1229578,
55
+ "checksum": null
56
+ }
57
+ },
58
+ "download_size": 445958348,
59
+ "features": {
60
+ "client_id": {
61
+ "dtype": "string",
62
+ "_type": "Value"
63
+ },
64
+ "path": {
65
+ "dtype": "string",
66
+ "_type": "Value"
67
+ },
68
+ "audio": {
69
+ "sampling_rate": 48000,
70
+ "_type": "Audio"
71
+ },
72
+ "sentence": {
73
+ "dtype": "string",
74
+ "_type": "Value"
75
+ },
76
+ "up_votes": {
77
+ "dtype": "int64",
78
+ "_type": "Value"
79
+ },
80
+ "down_votes": {
81
+ "dtype": "int64",
82
+ "_type": "Value"
83
+ },
84
+ "age": {
85
+ "dtype": "string",
86
+ "_type": "Value"
87
+ },
88
+ "gender": {
89
+ "dtype": "string",
90
+ "_type": "Value"
91
+ },
92
+ "accent": {
93
+ "dtype": "string",
94
+ "_type": "Value"
95
+ },
96
+ "locale": {
97
+ "dtype": "string",
98
+ "_type": "Value"
99
+ },
100
+ "segment": {
101
+ "dtype": "string",
102
+ "_type": "Value"
103
+ },
104
+ "variant": {
105
+ "dtype": "string",
106
+ "_type": "Value"
107
+ }
108
+ },
109
+ "homepage": "https://commonvoice.mozilla.org/en/datasets",
110
+ "license": "https://creativecommons.org/publicdomain/zero/1.0/",
111
+ "size_in_bytes": 453810235,
112
+ "splits": {
113
+ "train": {
114
+ "name": "train",
115
+ "num_bytes": 1376150,
116
+ "num_examples": 2048,
117
+ "dataset_name": "common_voice_17_0"
118
+ },
119
+ "validation": {
120
+ "name": "validation",
121
+ "num_bytes": 0,
122
+ "num_examples": 0,
123
+ "dataset_name": "common_voice_17_0"
124
+ },
125
+ "test": {
126
+ "name": "test",
127
+ "num_bytes": 466443,
128
+ "num_examples": 696,
129
+ "dataset_name": "common_voice_17_0"
130
+ },
131
+ "other": {
132
+ "name": "other",
133
+ "num_bytes": 3721657,
134
+ "num_examples": 5550,
135
+ "dataset_name": "common_voice_17_0"
136
+ },
137
+ "invalidated": {
138
+ "name": "invalidated",
139
+ "num_bytes": 182180,
140
+ "num_examples": 275,
141
+ "dataset_name": "common_voice_17_0"
142
+ },
143
+ "validated": {
144
+ "name": "validated",
145
+ "num_bytes": 2105457,
146
+ "num_examples": 3161,
147
+ "dataset_name": "common_voice_17_0"
148
+ }
149
+ },
150
+ "version": {
151
+ "version_str": "17.0.0",
152
+ "major": 17,
153
+ "minor": 0,
154
+ "patch": 0
155
+ }
156
+ }
cv_or/validation/state.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_data_files": [
3
+ {
4
+ "filename": "data-00000-of-00001.arrow"
5
+ }
6
+ ],
7
+ "_fingerprint": "ee9245713b263f02",
8
+ "_format_columns": null,
9
+ "_format_kwargs": {},
10
+ "_format_type": null,
11
+ "_output_all_columns": false,
12
+ "_split": "test"
13
+ }