Datasets:
Tasks:
Text Retrieval
Modalities:
Text
Formats:
parquet
Sub-tasks:
document-retrieval
Languages:
code
Size:
10K - 100K
License:
Commit
•
144ee6c
1
Parent(s):
6e305f6
Delete legacy JSON metadata (#4)
Browse files- Delete legacy JSON metadata (c1c0b42a2d69207e681153da3fb1aa5175a03529)
- dataset_infos.json +0 -1
dataset_infos.json
DELETED
@@ -1 +0,0 @@
|
|
1 |
-
{"default": {"description": "CodeXGLUE Clone-detection-POJ-104 dataset, available at https://github.com/microsoft/CodeXGLUE/tree/main/Code-Code/Clone-detection-POJ-104\n\nGiven a code and a collection of candidates as the input, the task is to return Top K codes with the same semantic. Models are evaluated by MAP score.\nWe use POJ-104 dataset on this task.", "citation": "@inproceedings{mou2016convolutional,\ntitle={Convolutional neural networks over tree structures for programming language processing},\nauthor={Mou, Lili and Li, Ge and Zhang, Lu and Wang, Tao and Jin, Zhi},\nbooktitle={Proceedings of the Thirtieth AAAI Conference on Artificial Intelligence},\npages={1287--1293},\nyear={2016}\n}", "homepage": "https://github.com/madlag/CodeXGLUE/tree/main/Code-Code/Clone-detection-POJ-104", "license": "", "features": {"id": {"dtype": "int32", "id": null, "_type": "Value"}, "code": {"dtype": "string", "id": null, "_type": "Value"}, "label": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": {"input": "label", "output": ""}, "task_templates": null, "builder_name": "code_x_glue_cc_clone_detection_poj104", "config_name": "default", "version": {"version_str": "0.0.0", "description": null, "major": 0, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 20179075, "num_examples": 32500, "dataset_name": "code_x_glue_cc_clone_detection_poj104"}, "validation": {"name": "validation", "num_bytes": 6382433, "num_examples": 8500, "dataset_name": "code_x_glue_cc_clone_detection_poj104"}, "test": {"name": "test", "num_bytes": 7227506, "num_examples": 12000, "dataset_name": "code_x_glue_cc_clone_detection_poj104"}}, "download_checksums": {"https://raw.githubusercontent.com/madlag/CodeXGLUE/main/Code-Code/Clone-detection-POJ-104/dataset/programs.tar.gz": {"num_bytes": 8658581, "checksum": "c0b8ef3ee9c9159c882dc9337cb46da0e612a28e24852a83f8a1cd68c838f390"}}, "download_size": 8658581, "post_processing_size": null, "dataset_size": 33789014, "size_in_bytes": 42447595}}
|
|
|
|