File size: 3,744 Bytes
f602910
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
DEFINITIONS = {
    "go": {
        "class_name": "CodeXGlueCtCodeToText",
        "dataset_type": "Code-Text",
        "description": "CodeXGLUE code-to-text dataset, available at https://github.com/microsoft/CodeXGLUE/tree/main/Code-Text/code-to-text",
        "dir_name": "code-to-text",
        "name": "go",
        "parameters": {"language": "go"},
        "project_url": "https://github.com/madlag/CodeXGLUE/tree/main/Code-Text/code-to-text",
        "raw_url": "https://raw.githubusercontent.com/madlag/CodeXGLUE/main/Code-Text/code-to-text",
        "sizes": {"test": 8122, "train": 167288, "validation": 7325},
    },
    "java": {
        "class_name": "CodeXGlueCtCodeToText",
        "dataset_type": "Code-Text",
        "description": "CodeXGLUE code-to-text dataset, available at https://github.com/microsoft/CodeXGLUE/tree/main/Code-Text/code-to-text",
        "dir_name": "code-to-text",
        "name": "java",
        "parameters": {"language": "java"},
        "project_url": "https://github.com/madlag/CodeXGLUE/tree/main/Code-Text/code-to-text",
        "raw_url": "https://raw.githubusercontent.com/madlag/CodeXGLUE/main/Code-Text/code-to-text",
        "sizes": {"test": 10955, "train": 164923, "validation": 5183},
    },
    "javascript": {
        "class_name": "CodeXGlueCtCodeToText",
        "dataset_type": "Code-Text",
        "description": "CodeXGLUE code-to-text dataset, available at https://github.com/microsoft/CodeXGLUE/tree/main/Code-Text/code-to-text",
        "dir_name": "code-to-text",
        "name": "javascript",
        "parameters": {"language": "javascript"},
        "project_url": "https://github.com/madlag/CodeXGLUE/tree/main/Code-Text/code-to-text",
        "raw_url": "https://raw.githubusercontent.com/madlag/CodeXGLUE/main/Code-Text/code-to-text",
        "sizes": {"test": 3291, "train": 58025, "validation": 3885},
    },
    "php": {
        "class_name": "CodeXGlueCtCodeToText",
        "dataset_type": "Code-Text",
        "description": "CodeXGLUE code-to-text dataset, available at https://github.com/microsoft/CodeXGLUE/tree/main/Code-Text/code-to-text",
        "dir_name": "code-to-text",
        "name": "php",
        "parameters": {"language": "php"},
        "project_url": "https://github.com/madlag/CodeXGLUE/tree/main/Code-Text/code-to-text",
        "raw_url": "https://raw.githubusercontent.com/madlag/CodeXGLUE/main/Code-Text/code-to-text",
        "sizes": {"test": 14014, "train": 241241, "validation": 12982},
    },
    "python": {
        "class_name": "CodeXGlueCtCodeToText",
        "dataset_type": "Code-Text",
        "description": "CodeXGLUE code-to-text dataset, available at https://github.com/microsoft/CodeXGLUE/tree/main/Code-Text/code-to-text",
        "dir_name": "code-to-text",
        "name": "python",
        "parameters": {"language": "python"},
        "project_url": "https://github.com/madlag/CodeXGLUE/tree/main/Code-Text/code-to-text",
        "raw_url": "https://raw.githubusercontent.com/madlag/CodeXGLUE/main/Code-Text/code-to-text",
        "sizes": {"test": 14918, "train": 251820, "validation": 13914},
    },
    "ruby": {
        "class_name": "CodeXGlueCtCodeToText",
        "dataset_type": "Code-Text",
        "description": "CodeXGLUE code-to-text dataset, available at https://github.com/microsoft/CodeXGLUE/tree/main/Code-Text/code-to-text",
        "dir_name": "code-to-text",
        "name": "ruby",
        "parameters": {"language": "ruby"},
        "project_url": "https://github.com/madlag/CodeXGLUE/tree/main/Code-Text/code-to-text",
        "raw_url": "https://raw.githubusercontent.com/madlag/CodeXGLUE/main/Code-Text/code-to-text",
        "sizes": {"test": 1261, "train": 24927, "validation": 1400},
    },
}