chrisvinsen commited on
Commit
dfdb29c
1 Parent(s): 07073cd

Upload dataset_infos.json

Browse files
Files changed (1) hide show
  1. dataset_infos.json +38 -0
dataset_infos.json ADDED
@@ -0,0 +1,38 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {"chrisvinsen--id_kenlm_language_model": {
2
+ "description": "Common Voice is Mozilla's initiative to help teach machines how real people speak. The dataset currently consists of 14122 validated hours of speech in 87 languages, but more voices and languages are always added.",
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
+ "homepage": "https://commonvoice.mozilla.org/en/datasets",
5
+ "license": "https://creativecommons.org/publicdomain/zero/1.0/",
6
+ "features": {
7
+ "text": {
8
+ "dtype": "string",
9
+ "id": null,
10
+ "_type": "Value"
11
+ }
12
+ },
13
+ "post_processed": null,
14
+ "supervised_keys": null,
15
+ "task_templates": null,
16
+ "builder_name": "common_voice",
17
+ "config_name": "id",
18
+ "version": {
19
+ "version_str": "8.0.0",
20
+ "description": null,
21
+ "major": 8,
22
+ "minor": 0,
23
+ "patch": 0
24
+ },
25
+ "splits": {
26
+ "train": {
27
+ "name": "train",
28
+ "num_bytes": 339693,
29
+ "num_examples": 5032,
30
+ "dataset_name": "id_kenlm_language_model"
31
+ }
32
+ },
33
+ "download_checksums": null,
34
+ "download_size": 230476,
35
+ "post_processing_size": null,
36
+ "dataset_size": 339693,
37
+ "size_in_bytes": 570169
38
+ }}