Upload dataset_infos.json with huggingface_hub
Browse files- dataset_infos.json +44 -0
dataset_infos.json
ADDED
@@ -0,0 +1,44 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{"tarteel-ai--EA-DI": {
|
2 |
+
"description": "",
|
3 |
+
"citation": "",
|
4 |
+
"homepage": "",
|
5 |
+
"license": "",
|
6 |
+
"features": {
|
7 |
+
"audio": {
|
8 |
+
"sampling_rate": 16000,
|
9 |
+
"mono": true,
|
10 |
+
"decode": true,
|
11 |
+
"id": null,
|
12 |
+
"_type": "Audio"
|
13 |
+
},
|
14 |
+
"duration": {
|
15 |
+
"dtype": "float64",
|
16 |
+
"id": null,
|
17 |
+
"_type": "Value"
|
18 |
+
},
|
19 |
+
"transcription": {
|
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": null,
|
29 |
+
"config_name": null,
|
30 |
+
"version": null,
|
31 |
+
"splits": {
|
32 |
+
"train": {
|
33 |
+
"name": "train",
|
34 |
+
"num_bytes": 134530727735.375,
|
35 |
+
"num_examples": 245093,
|
36 |
+
"dataset_name": "EA-DI"
|
37 |
+
}
|
38 |
+
},
|
39 |
+
"download_checksums": null,
|
40 |
+
"download_size": 131876958870,
|
41 |
+
"post_processing_size": null,
|
42 |
+
"dataset_size": 134530727735.375,
|
43 |
+
"size_in_bytes": 266407686605.375
|
44 |
+
}}
|