Lancelot53 commited on
Commit
968c652
1 Parent(s): 55b0e53

Upload dataset_infos.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. dataset_infos.json +58 -0
dataset_infos.json ADDED
@@ -0,0 +1,58 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {"Lancelot53--commonVoice_bn_validation_preprocessed": {
2
+ "description": "Common Voice is Mozilla's initiative to help teach machines how real people speak. The dataset currently consists of 14973 validated hours of speech in 1 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/bn/datasets",
5
+ "license": "https://creativecommons.org/publicdomain/zero/1.0/",
6
+ "features": {
7
+ "input_values": {
8
+ "feature": {
9
+ "dtype": "float32",
10
+ "id": null,
11
+ "_type": "Value"
12
+ },
13
+ "length": -1,
14
+ "id": null,
15
+ "_type": "Sequence"
16
+ },
17
+ "input_length": {
18
+ "dtype": "int64",
19
+ "id": null,
20
+ "_type": "Value"
21
+ },
22
+ "labels": {
23
+ "feature": {
24
+ "dtype": "int64",
25
+ "id": null,
26
+ "_type": "Value"
27
+ },
28
+ "length": -1,
29
+ "id": null,
30
+ "_type": "Sequence"
31
+ }
32
+ },
33
+ "post_processed": null,
34
+ "supervised_keys": null,
35
+ "task_templates": null,
36
+ "builder_name": "common_voice",
37
+ "config_name": "bn",
38
+ "version": {
39
+ "version_str": "9.0.0",
40
+ "description": null,
41
+ "major": 9,
42
+ "minor": 0,
43
+ "patch": 0
44
+ },
45
+ "splits": {
46
+ "validation": {
47
+ "name": "validation",
48
+ "num_bytes": 3028267800,
49
+ "num_examples": 7748,
50
+ "dataset_name": "commonVoice_bn_validation_preprocessed"
51
+ }
52
+ },
53
+ "download_checksums": null,
54
+ "download_size": 3004041208,
55
+ "post_processing_size": null,
56
+ "dataset_size": 3028267800,
57
+ "size_in_bytes": 6032309008
58
+ }}