albertvillanova HF staff commited on
Commit
94cfda1
1 Parent(s): a2f20bc

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