Datasets:

Languages:
code
Size Categories:
10K<n<100K
Language Creators:
found
Annotations Creators:
found
Source Datasets:
original
Tags:
License:
albertvillanova HF staff commited on
Commit
6f91e2c
1 Parent(s): 99c7ac3

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": "CodeXGlueCcDefectDetection",
4
- "dataset_type": "Code-Code",
5
- "description": "CodeXGLUE Defect-detection dataset, available at https://github.com/microsoft/CodeXGLUE/tree/main/Code-Code/Defect-detection",
6
- "dir_name": "Defect-detection",
7
- "name": "default",
8
- "project_url": "https://github.com/madlag/CodeXGLUE/tree/main/Code-Code/Defect-detection",
9
- "raw_url": "https://raw.githubusercontent.com/madlag/CodeXGLUE/main/Code-Code/Defect-detection/dataset",
10
- "sizes": {"test": 2732, "train": 21854, "validation": 2732},
11
- }
12
- }