Commit
·
db0cfa0
1
Parent(s):
57d6e09
Update EpiClassify4GARD.py
Browse files- EpiClassify4GARD.py +0 -2
EpiClassify4GARD.py
CHANGED
@@ -19,7 +19,6 @@
|
|
19 |
import logging
|
20 |
import datasets
|
21 |
import csv
|
22 |
-
from datasets.tasks import TextClassification
|
23 |
|
24 |
_CITATION = """\
|
25 |
*REDO*
|
@@ -90,7 +89,6 @@ 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="abstracts", label_column="labels")],
|
94 |
)
|
95 |
|
96 |
def _split_generators(self, dl_manager):
|
|
|
19 |
import logging
|
20 |
import datasets
|
21 |
import csv
|
|
|
22 |
|
23 |
_CITATION = """\
|
24 |
*REDO*
|
|
|
89 |
supervised_keys=None,
|
90 |
homepage="https://github.com/ncats/epi4GARD/tree/master/Epi4GARD#epi4gard",
|
91 |
citation=_CITATION,
|
|
|
92 |
)
|
93 |
|
94 |
def _split_generators(self, dl_manager):
|