Datasets:
Delete loading script auxiliary file
Browse files- generated_definitions.py +0 -24
generated_definitions.py
DELETED
|
@@ -1,24 +0,0 @@
|
|
| 1 |
-
DEFINITIONS = {
|
| 2 |
-
"java": {
|
| 3 |
-
"class_name": "CodeXGlueCcCodeCompletionLine",
|
| 4 |
-
"dataset_type": "Code-Code",
|
| 5 |
-
"description": "CodeXGLUE CodeCompletion-line dataset, available at https://github.com/microsoft/CodeXGLUE/tree/main/Code-Code/CodeCompletion-line",
|
| 6 |
-
"dir_name": "CodeCompletion-line",
|
| 7 |
-
"name": "java",
|
| 8 |
-
"parameters": {"language": "java", "original_language_name": "javaCorpus"},
|
| 9 |
-
"project_url": "https://github.com/madlag/CodeXGLUE/tree/main/Code-Code/CodeCompletion-line",
|
| 10 |
-
"raw_url": "https://raw.githubusercontent.com/madlag/CodeXGLUE/main/Code-Code/CodeCompletion-line/dataset/javaCorpus/line_completion",
|
| 11 |
-
"sizes": {"train": 3000},
|
| 12 |
-
},
|
| 13 |
-
"python": {
|
| 14 |
-
"class_name": "CodeXGlueCcCodeCompletionLine",
|
| 15 |
-
"dataset_type": "Code-Code",
|
| 16 |
-
"description": "CodeXGLUE CodeCompletion-line dataset, available at https://github.com/microsoft/CodeXGLUE/tree/main/Code-Code/CodeCompletion-line",
|
| 17 |
-
"dir_name": "CodeCompletion-line",
|
| 18 |
-
"name": "python",
|
| 19 |
-
"parameters": {"language": "python", "original_language_name": "py150"},
|
| 20 |
-
"project_url": "https://github.com/madlag/CodeXGLUE/tree/main/Code-Code/CodeCompletion-line",
|
| 21 |
-
"raw_url": "https://raw.githubusercontent.com/madlag/CodeXGLUE/main/Code-Code/CodeCompletion-line/dataset/py150/line_completion",
|
| 22 |
-
"sizes": {"train": 10000},
|
| 23 |
-
},
|
| 24 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|