mort666 commited on
Commit
f050084
·
verified ·
1 Parent(s): fe37f87

Convert dataset to Parquet (#2)

Browse files

- Convert dataset to Parquet (8a47658aed5ca12e574de050e7476d09b1ae056b)
- Add 'af' config data files (032644d75a6935462c60d686e3087fbe1e2b1f2e)
- Add 'am' config data files (a2655a6099fbfcae3e5518d05f00df9f5f8fd49c)

README.md CHANGED
@@ -112,6 +112,182 @@ size_categories:
112
  tags:
113
  - mozilla
114
  - foundation
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
115
  ---
116
  # Dataset Card for Common Voice Corpus 22.0
117
 
 
112
  tags:
113
  - mozilla
114
  - foundation
115
+ configs:
116
+ - config_name: ab
117
+ data_files:
118
+ - split: train
119
+ path: ab/train-*
120
+ - split: validation
121
+ path: ab/validation-*
122
+ - split: test
123
+ path: ab/test-*
124
+ - split: other
125
+ path: ab/other-*
126
+ - split: invalidated
127
+ path: ab/invalidated-*
128
+ - config_name: af
129
+ data_files:
130
+ - split: train
131
+ path: af/train-*
132
+ - split: validation
133
+ path: af/validation-*
134
+ - split: test
135
+ path: af/test-*
136
+ - split: other
137
+ path: af/other-*
138
+ - split: invalidated
139
+ path: af/invalidated-*
140
+ - config_name: am
141
+ data_files:
142
+ - split: train
143
+ path: am/train-*
144
+ - split: validation
145
+ path: am/validation-*
146
+ - split: test
147
+ path: am/test-*
148
+ - split: other
149
+ path: am/other-*
150
+ - split: invalidated
151
+ path: am/invalidated-*
152
+ dataset_info:
153
+ - config_name: ab
154
+ features:
155
+ - name: client_id
156
+ dtype: string
157
+ - name: path
158
+ dtype: string
159
+ - name: audio
160
+ dtype:
161
+ audio:
162
+ sampling_rate: 48000
163
+ - name: sentence
164
+ dtype: string
165
+ - name: up_votes
166
+ dtype: int64
167
+ - name: down_votes
168
+ dtype: int64
169
+ - name: age
170
+ dtype: string
171
+ - name: gender
172
+ dtype: string
173
+ - name: accent
174
+ dtype: string
175
+ - name: locale
176
+ dtype: string
177
+ - name: segment
178
+ dtype: string
179
+ - name: variant
180
+ dtype: string
181
+ splits:
182
+ - name: train
183
+ num_bytes: 821931235.695
184
+ num_examples: 21037
185
+ - name: validation
186
+ num_bytes: 397796991.848
187
+ num_examples: 9152
188
+ - name: test
189
+ num_bytes: 373536715.14
190
+ num_examples: 9132
191
+ - name: other
192
+ num_bytes: 531967636.306
193
+ num_examples: 16738
194
+ - name: invalidated
195
+ num_bytes: 197961922.03
196
+ num_examples: 5290
197
+ download_size: 1900457730
198
+ dataset_size: 2323194501.019
199
+ - config_name: af
200
+ features:
201
+ - name: client_id
202
+ dtype: string
203
+ - name: path
204
+ dtype: string
205
+ - name: audio
206
+ dtype:
207
+ audio:
208
+ sampling_rate: 48000
209
+ - name: sentence
210
+ dtype: string
211
+ - name: up_votes
212
+ dtype: int64
213
+ - name: down_votes
214
+ dtype: int64
215
+ - name: age
216
+ dtype: string
217
+ - name: gender
218
+ dtype: string
219
+ - name: accent
220
+ dtype: string
221
+ - name: locale
222
+ dtype: string
223
+ - name: segment
224
+ dtype: string
225
+ - name: variant
226
+ dtype: string
227
+ splits:
228
+ - name: train
229
+ num_bytes: 5540295.0
230
+ num_examples: 139
231
+ - name: validation
232
+ num_bytes: 4973061.0
233
+ num_examples: 125
234
+ - name: test
235
+ num_bytes: 4958832.0
236
+ num_examples: 131
237
+ - name: other
238
+ num_bytes: 12549800.0
239
+ num_examples: 306
240
+ - name: invalidated
241
+ num_bytes: 4421447.0
242
+ num_examples: 198
243
+ download_size: 31592528
244
+ dataset_size: 32443435.0
245
+ - config_name: am
246
+ features:
247
+ - name: client_id
248
+ dtype: string
249
+ - name: path
250
+ dtype: string
251
+ - name: audio
252
+ dtype:
253
+ audio:
254
+ sampling_rate: 48000
255
+ - name: sentence
256
+ dtype: string
257
+ - name: up_votes
258
+ dtype: int64
259
+ - name: down_votes
260
+ dtype: int64
261
+ - name: age
262
+ dtype: string
263
+ - name: gender
264
+ dtype: string
265
+ - name: accent
266
+ dtype: string
267
+ - name: locale
268
+ dtype: string
269
+ - name: segment
270
+ dtype: string
271
+ - name: variant
272
+ dtype: string
273
+ splits:
274
+ - name: train
275
+ num_bytes: 19268647.0
276
+ num_examples: 523
277
+ - name: validation
278
+ num_bytes: 8558518.0
279
+ num_examples: 248
280
+ - name: test
281
+ num_bytes: 9582994.0
282
+ num_examples: 252
283
+ - name: other
284
+ num_bytes: 23853466.0
285
+ num_examples: 579
286
+ - name: invalidated
287
+ num_bytes: 1250673.0
288
+ num_examples: 29
289
+ download_size: 61430333
290
+ dataset_size: 62514298.0
291
  ---
292
  # Dataset Card for Common Voice Corpus 22.0
293
 
ab/invalidated-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:112d1095090ffa08ee3434b9a3a4d6b2cf6dcd5a7e4eb8501a77dfec1b546fd3
3
+ size 168178309
ab/other-00000-of-00002.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b4bd372f783651b576cca6dc1c2c9076e94b3e57787f0a7f2182348ceb16dff6
3
+ size 233614279
ab/other-00001-of-00002.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:57bf99df3f8cb7277a4ddc6fe63bb0d1ccb70047d2416ee8768415f7060dde4c
3
+ size 269744947
ab/test-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4c0aba88458eb4a1db85c4e589f97be6dcc23bcf71ab7b8e0bfbb5841f0fe160
3
+ size 280515991
ab/train-00000-of-00002.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:14ba03e061ce61ea28ec33ffbb9161fe7e32e6bacb4e5dc1f648c6a078c9db92
3
+ size 326360485
ab/train-00001-of-00002.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1cce8d1108e93d57bdbcb73705628ea1e328247abe76e6dcf4596ef19a2766db
3
+ size 337234969
ab/validation-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:681e35c418bb38a53fe972f98bc3cc8828d0837aefef8b866bec008d4c852535
3
+ size 284808750
af/invalidated-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0c53e306e0e5bfb6498d38492d542436c799076a601c3f26216bfc8eac5433a1
3
+ size 4311931
af/other-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:978056c167410b69a4556912506cef36b774b9631d66c41dad1bd88fe9c6d20d
3
+ size 12021480
af/test-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a3066d736fca910d07119b54a37e222c0974817deb9056a93c72c60805c12809
3
+ size 4855868
af/train-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:941e7e67143c2e2c6196b79c46070164ac735ad8e15dfd01f0facadaa9b036f3
3
+ size 5483569
af/validation-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9d41c09d9a5671626bbb9b940440f0b78b429a9e00c1c437aaaf37795b37721b
3
+ size 4919680
am/invalidated-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:84d83247b891eeb2ffedaf2844756bdcd311525c5e4bcf65fec50350d50e548d
3
+ size 1127939
am/other-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d7808aedec16f4a6e556b22dffae2e1a4d93806de35d447abae9aa0e1a5a4162
3
+ size 23373982
am/test-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:511ac2880f3abb1b092f09be83af0c6584bc67a1b4fd305e99bb7c391a7f9a04
3
+ size 9480714
am/train-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d201dc34c5d51cfba8d96b933fad43e9f534de0927762dfd38146d1d469265e9
3
+ size 18999503
am/validation-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d8e851d3c6104aef544f66e2b8ff2b253f96d9ba480a0d932f9fdbb061920b07
3
+ size 8448195