Datasets:

Modalities:
Text
Formats:
parquet
Languages:
code
ArXiv:
Libraries:
Datasets
pandas
License:
albertvillanova HF staff commited on
Commit
62d56c3
·
verified ·
1 Parent(s): 9261f83

Delete loading script auxiliary file

Browse files
Files changed (1) hide show
  1. 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
- }