albertvillanova HF staff commited on
Commit
6013ac2
1 Parent(s): 9377f91

Delete loading script auxiliary file

Browse files
Files changed (1) hide show
  1. generated_definitions.py +0 -68
generated_definitions.py DELETED
@@ -1,68 +0,0 @@
1
- DEFINITIONS = {
2
- "go": {
3
- "class_name": "CodeXGlueCtCodeToText",
4
- "dataset_type": "Code-Text",
5
- "description": "CodeXGLUE code-to-text dataset, available at https://github.com/microsoft/CodeXGLUE/tree/main/Code-Text/code-to-text",
6
- "dir_name": "code-to-text",
7
- "name": "go",
8
- "parameters": {"language": "go"},
9
- "project_url": "https://github.com/madlag/CodeXGLUE/tree/main/Code-Text/code-to-text",
10
- "raw_url": "https://raw.githubusercontent.com/madlag/CodeXGLUE/main/Code-Text/code-to-text",
11
- "sizes": {"test": 8122, "train": 167288, "validation": 7325},
12
- },
13
- "java": {
14
- "class_name": "CodeXGlueCtCodeToText",
15
- "dataset_type": "Code-Text",
16
- "description": "CodeXGLUE code-to-text dataset, available at https://github.com/microsoft/CodeXGLUE/tree/main/Code-Text/code-to-text",
17
- "dir_name": "code-to-text",
18
- "name": "java",
19
- "parameters": {"language": "java"},
20
- "project_url": "https://github.com/madlag/CodeXGLUE/tree/main/Code-Text/code-to-text",
21
- "raw_url": "https://raw.githubusercontent.com/madlag/CodeXGLUE/main/Code-Text/code-to-text",
22
- "sizes": {"test": 10955, "train": 164923, "validation": 5183},
23
- },
24
- "javascript": {
25
- "class_name": "CodeXGlueCtCodeToText",
26
- "dataset_type": "Code-Text",
27
- "description": "CodeXGLUE code-to-text dataset, available at https://github.com/microsoft/CodeXGLUE/tree/main/Code-Text/code-to-text",
28
- "dir_name": "code-to-text",
29
- "name": "javascript",
30
- "parameters": {"language": "javascript"},
31
- "project_url": "https://github.com/madlag/CodeXGLUE/tree/main/Code-Text/code-to-text",
32
- "raw_url": "https://raw.githubusercontent.com/madlag/CodeXGLUE/main/Code-Text/code-to-text",
33
- "sizes": {"test": 3291, "train": 58025, "validation": 3885},
34
- },
35
- "php": {
36
- "class_name": "CodeXGlueCtCodeToText",
37
- "dataset_type": "Code-Text",
38
- "description": "CodeXGLUE code-to-text dataset, available at https://github.com/microsoft/CodeXGLUE/tree/main/Code-Text/code-to-text",
39
- "dir_name": "code-to-text",
40
- "name": "php",
41
- "parameters": {"language": "php"},
42
- "project_url": "https://github.com/madlag/CodeXGLUE/tree/main/Code-Text/code-to-text",
43
- "raw_url": "https://raw.githubusercontent.com/madlag/CodeXGLUE/main/Code-Text/code-to-text",
44
- "sizes": {"test": 14014, "train": 241241, "validation": 12982},
45
- },
46
- "python": {
47
- "class_name": "CodeXGlueCtCodeToText",
48
- "dataset_type": "Code-Text",
49
- "description": "CodeXGLUE code-to-text dataset, available at https://github.com/microsoft/CodeXGLUE/tree/main/Code-Text/code-to-text",
50
- "dir_name": "code-to-text",
51
- "name": "python",
52
- "parameters": {"language": "python"},
53
- "project_url": "https://github.com/madlag/CodeXGLUE/tree/main/Code-Text/code-to-text",
54
- "raw_url": "https://raw.githubusercontent.com/madlag/CodeXGLUE/main/Code-Text/code-to-text",
55
- "sizes": {"test": 14918, "train": 251820, "validation": 13914},
56
- },
57
- "ruby": {
58
- "class_name": "CodeXGlueCtCodeToText",
59
- "dataset_type": "Code-Text",
60
- "description": "CodeXGLUE code-to-text dataset, available at https://github.com/microsoft/CodeXGLUE/tree/main/Code-Text/code-to-text",
61
- "dir_name": "code-to-text",
62
- "name": "ruby",
63
- "parameters": {"language": "ruby"},
64
- "project_url": "https://github.com/madlag/CodeXGLUE/tree/main/Code-Text/code-to-text",
65
- "raw_url": "https://raw.githubusercontent.com/madlag/CodeXGLUE/main/Code-Text/code-to-text",
66
- "sizes": {"test": 1261, "train": 24927, "validation": 1400},
67
- },
68
- }