Delete loading script auxiliary file
Browse files- generated_definitions.py +0 -24
generated_definitions.py
DELETED
@@ -1,24 +0,0 @@
|
|
1 |
-
DEFINITIONS = {
|
2 |
-
"medium": {
|
3 |
-
"class_name": "CodeXGlueCcCodeRefinement",
|
4 |
-
"dataset_type": "Code-Code",
|
5 |
-
"description": "CodeXGLUE code-refinement dataset, available at https://github.com/microsoft/CodeXGLUE/tree/main/Code-Code/code-refinement",
|
6 |
-
"dir_name": "code-refinement",
|
7 |
-
"name": "medium",
|
8 |
-
"parameters": {"size": "medium"},
|
9 |
-
"project_url": "https://github.com/madlag/CodeXGLUE/tree/main/Code-Code/code-refinement",
|
10 |
-
"raw_url": "https://raw.githubusercontent.com/madlag/CodeXGLUE/main/Code-Code/code-refinement/data",
|
11 |
-
"sizes": {"test": 6545, "train": 52364, "validation": 6546},
|
12 |
-
},
|
13 |
-
"small": {
|
14 |
-
"class_name": "CodeXGlueCcCodeRefinement",
|
15 |
-
"dataset_type": "Code-Code",
|
16 |
-
"description": "CodeXGLUE code-refinement dataset, available at https://github.com/microsoft/CodeXGLUE/tree/main/Code-Code/code-refinement",
|
17 |
-
"dir_name": "code-refinement",
|
18 |
-
"name": "small",
|
19 |
-
"parameters": {"size": "small"},
|
20 |
-
"project_url": "https://github.com/madlag/CodeXGLUE/tree/main/Code-Code/code-refinement",
|
21 |
-
"raw_url": "https://raw.githubusercontent.com/madlag/CodeXGLUE/main/Code-Code/code-refinement/data",
|
22 |
-
"sizes": {"test": 5835, "train": 46680, "validation": 5835},
|
23 |
-
},
|
24 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|