Delete loading script auxiliary file
Browse files- generated_definitions.py +0 -68
generated_definitions.py
DELETED
|
@@ -1,68 +0,0 @@
|
|
| 1 |
-
DEFINITIONS = {
|
| 2 |
-
"go": {
|
| 3 |
-
"class_name": "CodeXGlueCcClozeTestingAll",
|
| 4 |
-
"dataset_type": "Code-Code",
|
| 5 |
-
"description": "CodeXGLUE ClozeTesting-all dataset, available at https://github.com/microsoft/CodeXGLUE/tree/main/Code-Code/ClozeTesting-all",
|
| 6 |
-
"dir_name": "ClozeTesting-all",
|
| 7 |
-
"name": "go",
|
| 8 |
-
"parameters": {"language": "go"},
|
| 9 |
-
"project_url": "https://github.com/madlag/CodeXGLUE/tree/main/Code-Code/ClozeTesting-all",
|
| 10 |
-
"raw_url": "https://raw.githubusercontent.com/madlag/CodeXGLUE/main/Code-Code/ClozeTesting-all/data/cloze-all/go",
|
| 11 |
-
"sizes": {"train": 25282},
|
| 12 |
-
},
|
| 13 |
-
"java": {
|
| 14 |
-
"class_name": "CodeXGlueCcClozeTestingAll",
|
| 15 |
-
"dataset_type": "Code-Code",
|
| 16 |
-
"description": "CodeXGLUE ClozeTesting-all dataset, available at https://github.com/microsoft/CodeXGLUE/tree/main/Code-Code/ClozeTesting-all",
|
| 17 |
-
"dir_name": "ClozeTesting-all",
|
| 18 |
-
"name": "java",
|
| 19 |
-
"parameters": {"language": "java"},
|
| 20 |
-
"project_url": "https://github.com/madlag/CodeXGLUE/tree/main/Code-Code/ClozeTesting-all",
|
| 21 |
-
"raw_url": "https://raw.githubusercontent.com/madlag/CodeXGLUE/main/Code-Code/ClozeTesting-all/data/cloze-all/java",
|
| 22 |
-
"sizes": {"train": 40492},
|
| 23 |
-
},
|
| 24 |
-
"javascript": {
|
| 25 |
-
"class_name": "CodeXGlueCcClozeTestingAll",
|
| 26 |
-
"dataset_type": "Code-Code",
|
| 27 |
-
"description": "CodeXGLUE ClozeTesting-all dataset, available at https://github.com/microsoft/CodeXGLUE/tree/main/Code-Code/ClozeTesting-all",
|
| 28 |
-
"dir_name": "ClozeTesting-all",
|
| 29 |
-
"name": "javascript",
|
| 30 |
-
"parameters": {"language": "javascript"},
|
| 31 |
-
"project_url": "https://github.com/madlag/CodeXGLUE/tree/main/Code-Code/ClozeTesting-all",
|
| 32 |
-
"raw_url": "https://raw.githubusercontent.com/madlag/CodeXGLUE/main/Code-Code/ClozeTesting-all/data/cloze-all/javascript",
|
| 33 |
-
"sizes": {"train": 13837},
|
| 34 |
-
},
|
| 35 |
-
"php": {
|
| 36 |
-
"class_name": "CodeXGlueCcClozeTestingAll",
|
| 37 |
-
"dataset_type": "Code-Code",
|
| 38 |
-
"description": "CodeXGLUE ClozeTesting-all dataset, available at https://github.com/microsoft/CodeXGLUE/tree/main/Code-Code/ClozeTesting-all",
|
| 39 |
-
"dir_name": "ClozeTesting-all",
|
| 40 |
-
"name": "php",
|
| 41 |
-
"parameters": {"language": "php"},
|
| 42 |
-
"project_url": "https://github.com/madlag/CodeXGLUE/tree/main/Code-Code/ClozeTesting-all",
|
| 43 |
-
"raw_url": "https://raw.githubusercontent.com/madlag/CodeXGLUE/main/Code-Code/ClozeTesting-all/data/cloze-all/php",
|
| 44 |
-
"sizes": {"train": 51930},
|
| 45 |
-
},
|
| 46 |
-
"python": {
|
| 47 |
-
"class_name": "CodeXGlueCcClozeTestingAll",
|
| 48 |
-
"dataset_type": "Code-Code",
|
| 49 |
-
"description": "CodeXGLUE ClozeTesting-all dataset, available at https://github.com/microsoft/CodeXGLUE/tree/main/Code-Code/ClozeTesting-all",
|
| 50 |
-
"dir_name": "ClozeTesting-all",
|
| 51 |
-
"name": "python",
|
| 52 |
-
"parameters": {"language": "python"},
|
| 53 |
-
"project_url": "https://github.com/madlag/CodeXGLUE/tree/main/Code-Code/ClozeTesting-all",
|
| 54 |
-
"raw_url": "https://raw.githubusercontent.com/madlag/CodeXGLUE/main/Code-Code/ClozeTesting-all/data/cloze-all/python",
|
| 55 |
-
"sizes": {"train": 40137},
|
| 56 |
-
},
|
| 57 |
-
"ruby": {
|
| 58 |
-
"class_name": "CodeXGlueCcClozeTestingAll",
|
| 59 |
-
"dataset_type": "Code-Code",
|
| 60 |
-
"description": "CodeXGLUE ClozeTesting-all dataset, available at https://github.com/microsoft/CodeXGLUE/tree/main/Code-Code/ClozeTesting-all",
|
| 61 |
-
"dir_name": "ClozeTesting-all",
|
| 62 |
-
"name": "ruby",
|
| 63 |
-
"parameters": {"language": "ruby"},
|
| 64 |
-
"project_url": "https://github.com/madlag/CodeXGLUE/tree/main/Code-Code/ClozeTesting-all",
|
| 65 |
-
"raw_url": "https://raw.githubusercontent.com/madlag/CodeXGLUE/main/Code-Code/ClozeTesting-all/data/cloze-all/ruby",
|
| 66 |
-
"sizes": {"train": 4437},
|
| 67 |
-
},
|
| 68 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|