patrickvonplaten commited on
Commit
e96012b
β€’
1 Parent(s): 8c8e54b
eval/dataset.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:667a40f4f44d43e6c580fb3cd156acb267951f15cd81b1d8655f029fe2d7d11c
3
+ size 949797472
dataset_info.json β†’ eval/dataset_info.json RENAMED
File without changes
eval/state.json ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_data_files": [
3
+ {
4
+ "filename": "dataset.arrow"
5
+ }
6
+ ],
7
+ "_fingerprint": "2f10caa38ea21499",
8
+ "_format_columns": null,
9
+ "_format_kwargs": {},
10
+ "_format_type": null,
11
+ "_indexes": {},
12
+ "_indices_data_files": null,
13
+ "_output_all_columns": false,
14
+ "_split": "test"
15
+ }
dataset.arrow β†’ train/dataset.arrow RENAMED
File without changes
train/dataset_info.json ADDED
@@ -0,0 +1,82 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "builder_name": "common_voice",
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": "tr",
5
+ "dataset_size": 3024655,
6
+ "description": "Common Voice is Mozilla's initiative to help teach machines how real people speak.\nThe dataset currently consists of 7,335 validated hours of speech in 60 languages, but we\u2019re always adding more voices and languages.\n",
7
+ "download_checksums": {
8
+ "https://voice-prod-bundler-ee1969a6ce8178826482b88e843c335139bd3fb4.s3.amazonaws.com/cv-corpus-6.1-2020-12-11/tr.tar.gz": {
9
+ "num_bytes": 620848700,
10
+ "checksum": "b3f266c868b1fe9f76270ba76226b1cdc17f33b3e387e6b44a64d5419f8b9768"
11
+ }
12
+ },
13
+ "download_size": 620848700,
14
+ "features": {
15
+ "input_values": {
16
+ "feature": {
17
+ "dtype": "float64",
18
+ "id": null,
19
+ "_type": "Value"
20
+ },
21
+ "length": -1,
22
+ "id": null,
23
+ "_type": "Sequence"
24
+ },
25
+ "labels": {
26
+ "feature": {
27
+ "dtype": "int64",
28
+ "id": null,
29
+ "_type": "Value"
30
+ },
31
+ "length": -1,
32
+ "id": null,
33
+ "_type": "Sequence"
34
+ }
35
+ },
36
+ "homepage": "https://commonvoice.mozilla.org/en/datasets",
37
+ "license": "https://github.com/common-voice/common-voice/blob/main/LICENSE",
38
+ "post_processed": null,
39
+ "post_processing_size": null,
40
+ "size_in_bytes": 623873355,
41
+ "splits": {
42
+ "train": {
43
+ "name": "train",
44
+ "num_bytes": 777027,
45
+ "num_examples": 1831,
46
+ "dataset_name": "common_voice"
47
+ },
48
+ "test": {
49
+ "name": "test",
50
+ "num_bytes": 688340,
51
+ "num_examples": 1647,
52
+ "dataset_name": "common_voice"
53
+ },
54
+ "validation": {
55
+ "name": "validation",
56
+ "num_bytes": 693291,
57
+ "num_examples": 1647,
58
+ "dataset_name": "common_voice"
59
+ },
60
+ "other": {
61
+ "name": "other",
62
+ "num_bytes": 137140,
63
+ "num_examples": 325,
64
+ "dataset_name": "common_voice"
65
+ },
66
+ "invalidated": {
67
+ "name": "invalidated",
68
+ "num_bytes": 728857,
69
+ "num_examples": 1726,
70
+ "dataset_name": "common_voice"
71
+ }
72
+ },
73
+ "supervised_keys": null,
74
+ "task_templates": [],
75
+ "version": {
76
+ "version_str": "6.1.0",
77
+ "description": "",
78
+ "major": 6,
79
+ "minor": 1,
80
+ "patch": 0
81
+ }
82
+ }
state.json β†’ train/state.json RENAMED
File without changes