albertvillanova HF staff commited on
Commit
f38ee87
1 Parent(s): 40b5431

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": "CodeXGlueTcNLCodeSearchAdv",
4
- "dataset_type": "Text-Code",
5
- "description": "CodeXGLUE NL-code-search-Adv dataset, available at https://github.com/microsoft/CodeXGLUE/tree/main/Text-Code/NL-code-search-Adv",
6
- "dir_name": "NL-code-search-Adv",
7
- "name": "default",
8
- "project_url": "https://github.com/madlag/CodeXGLUE/tree/main/Text-Code/NL-code-search-Adv",
9
- "raw_url": "https://raw.githubusercontent.com/madlag/CodeXGLUE/main/Text-Code/NL-code-search-Adv",
10
- "sizes": {"test": 19210, "train": 251820, "validation": 9604},
11
- }
12
- }