File size: 2,579 Bytes
dc65637
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
{"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
}}