albertvillanova HF staff commited on
Commit
9679450
·
verified ·
1 Parent(s): 6e3bb97

Delete loading script auxiliary file

Browse files
Files changed (1) hide show
  1. generated_definitions.py +0 -12
generated_definitions.py DELETED
@@ -1,12 +0,0 @@
1
- DEFINITIONS = {
2
- "default": {
3
- "class_name": "CodeXGlueCcCloneDetectionPoj104",
4
- "dataset_type": "Code-Code",
5
- "description": "CodeXGLUE Clone-detection-POJ-104 dataset, available at https://github.com/microsoft/CodeXGLUE/tree/main/Code-Code/Clone-detection-POJ-104",
6
- "dir_name": "Clone-detection-POJ-104",
7
- "name": "default",
8
- "project_url": "https://github.com/madlag/CodeXGLUE/tree/main/Code-Code/Clone-detection-POJ-104",
9
- "raw_url": "https://raw.githubusercontent.com/madlag/CodeXGLUE/main/Code-Code/Clone-detection-POJ-104/dataset",
10
- "sizes": {"test": 12000, "train": 32000, "validation": 8000},
11
- }
12
- }