File size: 629 Bytes
9782595
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
DEFINITIONS = {
    "default": {
        "class_name": "CodeXGlueCcDefectDetection",
        "dataset_type": "Code-Code",
        "description": "CodeXGLUE Defect-detection dataset, available at https://github.com/microsoft/CodeXGLUE/tree/main/Code-Code/Defect-detection",
        "dir_name": "Defect-detection",
        "name": "default",
        "project_url": "https://github.com/madlag/CodeXGLUE/tree/main/Code-Code/Defect-detection",
        "raw_url": "https://raw.githubusercontent.com/madlag/CodeXGLUE/main/Code-Code/Defect-detection/dataset",
        "sizes": {"test": 2732, "train": 21854, "validation": 2732},
    }
}