Upload dataset_infos.json with huggingface_hub
Browse files- dataset_infos.json +47 -0
dataset_infos.json
ADDED
|
@@ -0,0 +1,47 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{"urialon--gov_report_test": {
|
| 2 |
+
"description": "",
|
| 3 |
+
"citation": "",
|
| 4 |
+
"homepage": "",
|
| 5 |
+
"license": "",
|
| 6 |
+
"features": {
|
| 7 |
+
"id": {
|
| 8 |
+
"dtype": "string",
|
| 9 |
+
"id": null,
|
| 10 |
+
"_type": "Value"
|
| 11 |
+
},
|
| 12 |
+
"pid": {
|
| 13 |
+
"dtype": "string",
|
| 14 |
+
"id": null,
|
| 15 |
+
"_type": "Value"
|
| 16 |
+
},
|
| 17 |
+
"input": {
|
| 18 |
+
"dtype": "string",
|
| 19 |
+
"id": null,
|
| 20 |
+
"_type": "Value"
|
| 21 |
+
},
|
| 22 |
+
"output": {
|
| 23 |
+
"dtype": "string",
|
| 24 |
+
"id": null,
|
| 25 |
+
"_type": "Value"
|
| 26 |
+
}
|
| 27 |
+
},
|
| 28 |
+
"post_processed": null,
|
| 29 |
+
"supervised_keys": null,
|
| 30 |
+
"task_templates": null,
|
| 31 |
+
"builder_name": null,
|
| 32 |
+
"config_name": null,
|
| 33 |
+
"version": null,
|
| 34 |
+
"splits": {
|
| 35 |
+
"validation": {
|
| 36 |
+
"name": "validation",
|
| 37 |
+
"num_bytes": 53376259,
|
| 38 |
+
"num_examples": 973,
|
| 39 |
+
"dataset_name": "gov_report_test"
|
| 40 |
+
}
|
| 41 |
+
},
|
| 42 |
+
"download_checksums": null,
|
| 43 |
+
"download_size": 25421947,
|
| 44 |
+
"post_processing_size": null,
|
| 45 |
+
"dataset_size": 53376259,
|
| 46 |
+
"size_in_bytes": 78798206
|
| 47 |
+
}}
|