albertvillanova HF staff commited on
Commit
9be82f5
1 Parent(s): 87be67e

Remove deprecated tasks (#2)

Browse files

- Remove deprecated tasks (3f09c746f9e718828b49c422570b4f21535d4bb4)

Files changed (1) hide show
  1. GARD_EpiSet4TextClassification.py +0 -2
GARD_EpiSet4TextClassification.py CHANGED
@@ -19,7 +19,6 @@
19
 
20
  import csv
21
  import datasets
22
- from datasets.tasks import TextClassification
23
 
24
 
25
  _DESCRIPTION = """\
@@ -48,7 +47,6 @@ class EpiClassify4GARD(datasets.GeneratorBasedBuilder):
48
  ),
49
  homepage="https://github.com/ncats/epi4GARD/tree/master/Epi4GARD#epi4gard",
50
  citation=_CITATION,
51
- task_templates=[TextClassification(text_column="abstract", label_column="label")],
52
  )
53
 
54
  def _split_generators(self, dl_manager):
 
19
 
20
  import csv
21
  import datasets
 
22
 
23
 
24
  _DESCRIPTION = """\
 
47
  ),
48
  homepage="https://github.com/ncats/epi4GARD/tree/master/Epi4GARD#epi4gard",
49
  citation=_CITATION,
 
50
  )
51
 
52
  def _split_generators(self, dl_manager):