Upload dataset_infos.json with huggingface_hub
Browse files- dataset_infos.json +1 -0
dataset_infos.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"kejian--codesearchnet-py-linelen40-rebalanced200k-v1": {"description": "", "citation": "", "homepage": "", "license": "", "features": {"text": {"dtype": "string", "id": null, "_type": "Value"}, "code_tokens": {"feature": {"dtype": "string", "id": null, "_type": "Value"}, "length": -1, "id": null, "_type": "Sequence"}, "avg_line_len": {"dtype": "float64", "id": null, "_type": "Value"}, "score": {"dtype": "float64", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": null, "config_name": null, "version": null, "splits": {"train": {"name": "train", "num_bytes": 378547889.4527808, "num_examples": 177296, "dataset_name": "codesearchnet-py-linelen40-rebalanced200k-v1"}, "test": {"name": "test", "num_bytes": 42061825.54721923, "num_examples": 19700, "dataset_name": "codesearchnet-py-linelen40-rebalanced200k-v1"}}, "download_checksums": null, "download_size": 176547384, "post_processing_size": null, "dataset_size": 420609715.0, "size_in_bytes": 597157099.0}}
|