Datasets:

Languages:
English
License:
wzkariampuzha commited on
Commit
57d6e09
·
1 Parent(s): acedd58

Update EpiClassify4GARD.py

Browse files
Files changed (1) hide show
  1. EpiClassify4GARD.py +1 -1
EpiClassify4GARD.py CHANGED
@@ -90,7 +90,7 @@ class EpiSet(datasets.GeneratorBasedBuilder):
90
  supervised_keys=None,
91
  homepage="https://github.com/ncats/epi4GARD/tree/master/Epi4GARD#epi4gard",
92
  citation=_CITATION,
93
- task_templates=[TextClassification(text_column="text", label_column="label")],
94
  )
95
 
96
  def _split_generators(self, dl_manager):
 
90
  supervised_keys=None,
91
  homepage="https://github.com/ncats/epi4GARD/tree/master/Epi4GARD#epi4gard",
92
  citation=_CITATION,
93
+ task_templates=[TextClassification(text_column="abstracts", label_column="labels")],
94
  )
95
 
96
  def _split_generators(self, dl_manager):