Datasets:

Modalities:
Text
ArXiv:
Libraries:
Datasets
lovodkin93 commited on
Commit
58ff6ba
1 Parent(s): 1342469
Controlled-Text-Reduction-dataset.py CHANGED
@@ -415,21 +415,7 @@ class ControlledTectReduction(datasets.GeneratorBasedBuilder):
415
  gen_kwargs={
416
  "filepath": corpora["train"]
417
  },
418
- ),
419
- datasets.SplitGenerator(
420
- name=datasets.Split.VALIDATION,
421
- # These kwargs will be passed to _generate_examples
422
- gen_kwargs={
423
- "filepath": corpora["dev"]
424
- },
425
- ),
426
- datasets.SplitGenerator(
427
- name=datasets.Split.TEST,
428
- # These kwargs will be passed to _generate_examples
429
- gen_kwargs={
430
- "filepath": corpora["test"]
431
- },
432
- ),
433
  ]
434
 
435
 
 
415
  gen_kwargs={
416
  "filepath": corpora["train"]
417
  },
418
+ )
 
 
 
 
 
 
 
 
 
 
 
 
 
 
419
  ]
420
 
421