Upload dataset_infos.json
Browse files- dataset_infos.json +1 -0
dataset_infos.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"myvision--cora-dataset-final": {"description": "", "citation": "", "homepage": "", "license": "", "features": {"tokens": {"feature": {"dtype": "string", "id": null, "_type": "Value"}, "length": -1, "id": null, "_type": "Sequence"}, "labels": {"feature": {"dtype": "string", "id": null, "_type": "Value"}, "length": -1, "id": null, "_type": "Sequence"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": null, "config_name": null, "version": null, "splits": {"train": {"name": "train", "num_bytes": 579183, "num_examples": 1245, "dataset_name": "cora-dataset-final"}, "val": {"name": "val", "num_bytes": 68257, "num_examples": 139, "dataset_name": "cora-dataset-final"}, "test": {"name": "test", "num_bytes": 253927, "num_examples": 500, "dataset_name": "cora-dataset-final"}}, "download_checksums": null, "download_size": 234047, "post_processing_size": null, "dataset_size": 901367, "size_in_bytes": 1135414}}
|