File size: 635 Bytes
1ac0205
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
DEFINITIONS = {
    "default": {
        "class_name": "CodeXGlueCcCodeToCodeTrans",
        "dataset_type": "Code-Code",
        "description": "CodeXGLUE code-to-code-trans dataset, available at https://github.com/microsoft/CodeXGLUE/tree/main/Code-Code/code-to-code-trans",
        "dir_name": "code-to-code-trans",
        "name": "default",
        "project_url": "https://github.com/madlag/CodeXGLUE/tree/main/Code-Code/code-to-code-trans",
        "raw_url": "https://raw.githubusercontent.com/madlag/CodeXGLUE/main/Code-Code/code-to-code-trans/data",
        "sizes": {"test": 1000, "train": 10300, "validation": 500},
    }
}