Datasets:
Commit
•
9133a08
1
Parent(s):
7952df5
Delete loading script auxiliary file
Browse files- generated_definitions.py +0 -46
generated_definitions.py
DELETED
@@ -1,46 +0,0 @@
|
|
1 |
-
DEFINITIONS = {
|
2 |
-
"da_en": {
|
3 |
-
"class_name": "CodeXGlueTtTextToText",
|
4 |
-
"dataset_type": "Text-Text",
|
5 |
-
"description": "CodeXGLUE text-to-text dataset, available at https://github.com/microsoft/CodeXGLUE/tree/main/Text-Text/text-to-text",
|
6 |
-
"dir_name": "text-to-text",
|
7 |
-
"name": "da_en",
|
8 |
-
"parameters": {"natural_language_pair": "da-en"},
|
9 |
-
"project_url": "https://github.com/madlag/CodeXGLUE/tree/main/Text-Text/text-to-text",
|
10 |
-
"raw_url": "https://raw.githubusercontent.com/madlag/CodeXGLUE/main/Text-Text/text-to-text/data",
|
11 |
-
"sizes": {"test": 1000, "train": 42701, "validation": 1000},
|
12 |
-
},
|
13 |
-
"lv_en": {
|
14 |
-
"class_name": "CodeXGlueTtTextToText",
|
15 |
-
"dataset_type": "Text-Text",
|
16 |
-
"description": "CodeXGLUE text-to-text dataset, available at https://github.com/microsoft/CodeXGLUE/tree/main/Text-Text/text-to-text",
|
17 |
-
"dir_name": "text-to-text",
|
18 |
-
"name": "lv_en",
|
19 |
-
"parameters": {"natural_language_pair": "lv-en"},
|
20 |
-
"project_url": "https://github.com/madlag/CodeXGLUE/tree/main/Text-Text/text-to-text",
|
21 |
-
"raw_url": "https://raw.githubusercontent.com/madlag/CodeXGLUE/main/Text-Text/text-to-text/data",
|
22 |
-
"sizes": {"test": 1000, "train": 18749, "validation": 1000},
|
23 |
-
},
|
24 |
-
"no_en": {
|
25 |
-
"class_name": "CodeXGlueTtTextToText",
|
26 |
-
"dataset_type": "Text-Text",
|
27 |
-
"description": "CodeXGLUE text-to-text dataset, available at https://github.com/microsoft/CodeXGLUE/tree/main/Text-Text/text-to-text",
|
28 |
-
"dir_name": "text-to-text",
|
29 |
-
"name": "no_en",
|
30 |
-
"parameters": {"natural_language_pair": "no-en"},
|
31 |
-
"project_url": "https://github.com/madlag/CodeXGLUE/tree/main/Text-Text/text-to-text",
|
32 |
-
"raw_url": "https://raw.githubusercontent.com/madlag/CodeXGLUE/main/Text-Text/text-to-text/data",
|
33 |
-
"sizes": {"test": 1000, "train": 44322, "validation": 1000},
|
34 |
-
},
|
35 |
-
"zh_en": {
|
36 |
-
"class_name": "CodeXGlueTtTextToText",
|
37 |
-
"dataset_type": "Text-Text",
|
38 |
-
"description": "CodeXGLUE text-to-text dataset, available at https://github.com/microsoft/CodeXGLUE/tree/main/Text-Text/text-to-text",
|
39 |
-
"dir_name": "text-to-text",
|
40 |
-
"name": "zh_en",
|
41 |
-
"parameters": {"natural_language_pair": "zh-en"},
|
42 |
-
"project_url": "https://github.com/madlag/CodeXGLUE/tree/main/Text-Text/text-to-text",
|
43 |
-
"raw_url": "https://raw.githubusercontent.com/madlag/CodeXGLUE/main/Text-Text/text-to-text/data",
|
44 |
-
"sizes": {"test": 1000, "train": 50154, "validation": 1000},
|
45 |
-
},
|
46 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|