Upload dataset_infos.json with huggingface_hub
Browse files- dataset_infos.json +59 -0
dataset_infos.json
ADDED
@@ -0,0 +1,59 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{"DTU54DL--common-train-3k": {
|
2 |
+
"description": "",
|
3 |
+
"citation": "",
|
4 |
+
"homepage": "",
|
5 |
+
"license": "",
|
6 |
+
"features": {
|
7 |
+
"audio": {
|
8 |
+
"array": {
|
9 |
+
"feature": {
|
10 |
+
"dtype": "float32",
|
11 |
+
"id": null,
|
12 |
+
"_type": "Value"
|
13 |
+
},
|
14 |
+
"length": -1,
|
15 |
+
"id": null,
|
16 |
+
"_type": "Sequence"
|
17 |
+
},
|
18 |
+
"path": {
|
19 |
+
"dtype": "string",
|
20 |
+
"id": null,
|
21 |
+
"_type": "Value"
|
22 |
+
},
|
23 |
+
"sampling_rate": {
|
24 |
+
"dtype": "int64",
|
25 |
+
"id": null,
|
26 |
+
"_type": "Value"
|
27 |
+
}
|
28 |
+
},
|
29 |
+
"sentence": {
|
30 |
+
"dtype": "string",
|
31 |
+
"id": null,
|
32 |
+
"_type": "Value"
|
33 |
+
},
|
34 |
+
"accent": {
|
35 |
+
"dtype": "string",
|
36 |
+
"id": null,
|
37 |
+
"_type": "Value"
|
38 |
+
}
|
39 |
+
},
|
40 |
+
"post_processed": null,
|
41 |
+
"supervised_keys": null,
|
42 |
+
"task_templates": null,
|
43 |
+
"builder_name": null,
|
44 |
+
"config_name": null,
|
45 |
+
"version": null,
|
46 |
+
"splits": {
|
47 |
+
"train": {
|
48 |
+
"name": "train",
|
49 |
+
"num_bytes": 2655277188,
|
50 |
+
"num_examples": 3000,
|
51 |
+
"dataset_name": "common-train-3k"
|
52 |
+
}
|
53 |
+
},
|
54 |
+
"download_checksums": null,
|
55 |
+
"download_size": 2602384912,
|
56 |
+
"post_processing_size": null,
|
57 |
+
"dataset_size": 2655277188,
|
58 |
+
"size_in_bytes": 5257662100
|
59 |
+
}}
|