omar47 commited on
Commit
a952338
·
1 Parent(s): 728758b

Upload dataset_infos.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. dataset_infos.json +50 -0
dataset_infos.json ADDED
@@ -0,0 +1,50 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {"omar47--urdu_cv10_processed": {
2
+ "description": "Common Voice is Mozilla's initiative to help teach machines how real people speak. The dataset currently consists of 15234 validated hours of speech in 96 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
+ "path": {
8
+ "dtype": "string",
9
+ "id": null,
10
+ "_type": "Value"
11
+ },
12
+ "audio": {
13
+ "sampling_rate": 48000,
14
+ "mono": true,
15
+ "decode": true,
16
+ "id": null,
17
+ "_type": "Audio"
18
+ },
19
+ "sentence": {
20
+ "dtype": "string",
21
+ "id": null,
22
+ "_type": "Value"
23
+ }
24
+ },
25
+ "post_processed": null,
26
+ "supervised_keys": null,
27
+ "task_templates": null,
28
+ "builder_name": "common_voice_10_0",
29
+ "config_name": "ur",
30
+ "version": {
31
+ "version_str": "10.0.0",
32
+ "description": null,
33
+ "major": 10,
34
+ "minor": 0,
35
+ "patch": 0
36
+ },
37
+ "splits": {
38
+ "train": {
39
+ "name": "train",
40
+ "num_bytes": 195332131.381,
41
+ "num_examples": 7431,
42
+ "dataset_name": "urdu_cv10_processed"
43
+ }
44
+ },
45
+ "download_checksums": null,
46
+ "download_size": 189192800,
47
+ "post_processing_size": null,
48
+ "dataset_size": 195332131.381,
49
+ "size_in_bytes": 384524931.38100004
50
+ }}