processed_java_dataset / dataset_infos.json
reecedoo's picture
Upload dataset_infos.json
dc65637
Raw
History Blame Contribute Delete
2.58 kB
{"reecedoo--processed_java_dataset": {
"description": "CodeSearchNet corpus contains about 6 million functions from open-source code spanning six programming languages (Go, Java, JavaScript, PHP, Python, and Ruby). The CodeSearchNet Corpus also contains automatically generated query-like natural language for 2 million functions, obtained from mechanically scraping and preprocessing associated function documentation.\n",
"citation": "@article{husain2019codesearchnet,\n title={{CodeSearchNet} challenge: Evaluating the state of semantic code search},\n author={Husain, Hamel and Wu, Ho-Hsiang and Gazit, Tiferet and Allamanis, Miltiadis and Brockschmidt, Marc},\n journal={arXiv preprint arXiv:1909.09436},\n year={2019}\n}\n",
"homepage": "https://github.com/github/CodeSearchNet",
"license": "Various",
"features": {
"input_ids": {
"feature": {
"dtype": "int32",
"id": null,
"_type": "Value"
},
"length": -1,
"id": null,
"_type": "Sequence"
},
"token_type_ids": {
"feature": {
"dtype": "int8",
"id": null,
"_type": "Value"
},
"length": -1,
"id": null,
"_type": "Sequence"
},
"attention_mask": {
"feature": {
"dtype": "int8",
"id": null,
"_type": "Value"
},
"length": -1,
"id": null,
"_type": "Sequence"
},
"special_tokens_mask": {
"feature": {
"dtype": "int8",
"id": null,
"_type": "Value"
},
"length": -1,
"id": null,
"_type": "Sequence"
}
},
"post_processed": null,
"supervised_keys": null,
"task_templates": null,
"builder_name": "code_search_net",
"config_name": "java",
"version": {
"version_str": "1.0.0",
"description": "Add CodeSearchNet corpus dataset",
"major": 1,
"minor": 0,
"patch": 0
},
"splits": {
"train": {
"name": "train",
"num_bytes": 426103280.0,
"num_examples": 118360,
"dataset_name": "processed_java_dataset"
}
},
"download_checksums": null,
"download_size": 81243316,
"post_processing_size": null,
"dataset_size": 426103280.0,
"size_in_bytes": 507346596.0
}}