Datasets:

Sub-tasks:
slot-filling
Languages:
code
Multilinguality:
monolingual
Size Categories:
10K<n<100K
1K<n<10K
Language Creators:
found
Annotations Creators:
found
Source Datasets:
original
Tags:
License:
albertvillanova HF staff commited on
Commit
ae0ebea
1 Parent(s): 348604f

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": "CodeXGlueCcClozeTestingMaxmin",
4
- "dataset_type": "Code-Code",
5
- "description": "CodeXGLUE ClozeTesting-maxmin dataset, available at https://github.com/microsoft/CodeXGLUE/tree/main/Code-Code/ClozeTesting-maxmin",
6
- "dir_name": "ClozeTesting-maxmin",
7
- "name": "go",
8
- "parameters": {"language": "go"},
9
- "project_url": "https://github.com/madlag/CodeXGLUE/tree/main/Code-Code/ClozeTesting-maxmin",
10
- "raw_url": "https://raw.githubusercontent.com/madlag/CodeXGLUE/main/Code-Code/ClozeTesting-maxmin/data/cloze-maxmin/go",
11
- "sizes": {"train": 152},
12
- },
13
- "java": {
14
- "class_name": "CodeXGlueCcClozeTestingMaxmin",
15
- "dataset_type": "Code-Code",
16
- "description": "CodeXGLUE ClozeTesting-maxmin dataset, available at https://github.com/microsoft/CodeXGLUE/tree/main/Code-Code/ClozeTesting-maxmin",
17
- "dir_name": "ClozeTesting-maxmin",
18
- "name": "java",
19
- "parameters": {"language": "java"},
20
- "project_url": "https://github.com/madlag/CodeXGLUE/tree/main/Code-Code/ClozeTesting-maxmin",
21
- "raw_url": "https://raw.githubusercontent.com/madlag/CodeXGLUE/main/Code-Code/ClozeTesting-maxmin/data/cloze-maxmin/java",
22
- "sizes": {"train": 482},
23
- },
24
- "javascript": {
25
- "class_name": "CodeXGlueCcClozeTestingMaxmin",
26
- "dataset_type": "Code-Code",
27
- "description": "CodeXGLUE ClozeTesting-maxmin dataset, available at https://github.com/microsoft/CodeXGLUE/tree/main/Code-Code/ClozeTesting-maxmin",
28
- "dir_name": "ClozeTesting-maxmin",
29
- "name": "javascript",
30
- "parameters": {"language": "javascript"},
31
- "project_url": "https://github.com/madlag/CodeXGLUE/tree/main/Code-Code/ClozeTesting-maxmin",
32
- "raw_url": "https://raw.githubusercontent.com/madlag/CodeXGLUE/main/Code-Code/ClozeTesting-maxmin/data/cloze-maxmin/javascript",
33
- "sizes": {"train": 272},
34
- },
35
- "php": {
36
- "class_name": "CodeXGlueCcClozeTestingMaxmin",
37
- "dataset_type": "Code-Code",
38
- "description": "CodeXGLUE ClozeTesting-maxmin dataset, available at https://github.com/microsoft/CodeXGLUE/tree/main/Code-Code/ClozeTesting-maxmin",
39
- "dir_name": "ClozeTesting-maxmin",
40
- "name": "php",
41
- "parameters": {"language": "php"},
42
- "project_url": "https://github.com/madlag/CodeXGLUE/tree/main/Code-Code/ClozeTesting-maxmin",
43
- "raw_url": "https://raw.githubusercontent.com/madlag/CodeXGLUE/main/Code-Code/ClozeTesting-maxmin/data/cloze-maxmin/php",
44
- "sizes": {"train": 407},
45
- },
46
- "python": {
47
- "class_name": "CodeXGlueCcClozeTestingMaxmin",
48
- "dataset_type": "Code-Code",
49
- "description": "CodeXGLUE ClozeTesting-maxmin dataset, available at https://github.com/microsoft/CodeXGLUE/tree/main/Code-Code/ClozeTesting-maxmin",
50
- "dir_name": "ClozeTesting-maxmin",
51
- "name": "python",
52
- "parameters": {"language": "python"},
53
- "project_url": "https://github.com/madlag/CodeXGLUE/tree/main/Code-Code/ClozeTesting-maxmin",
54
- "raw_url": "https://raw.githubusercontent.com/madlag/CodeXGLUE/main/Code-Code/ClozeTesting-maxmin/data/cloze-maxmin/python",
55
- "sizes": {"train": 1264},
56
- },
57
- "ruby": {
58
- "class_name": "CodeXGlueCcClozeTestingMaxmin",
59
- "dataset_type": "Code-Code",
60
- "description": "CodeXGLUE ClozeTesting-maxmin dataset, available at https://github.com/microsoft/CodeXGLUE/tree/main/Code-Code/ClozeTesting-maxmin",
61
- "dir_name": "ClozeTesting-maxmin",
62
- "name": "ruby",
63
- "parameters": {"language": "ruby"},
64
- "project_url": "https://github.com/madlag/CodeXGLUE/tree/main/Code-Code/ClozeTesting-maxmin",
65
- "raw_url": "https://raw.githubusercontent.com/madlag/CodeXGLUE/main/Code-Code/ClozeTesting-maxmin/data/cloze-maxmin/ruby",
66
- "sizes": {"train": 38},
67
- },
68
- }