Remove deprecated tasks (#3)
Browse files- Remove deprecated tasks (345ce8cc59bdfb01fc6b5ff83d6d9b392f52cf33)
- tydiqa-goldp.py +1 -6
tydiqa-goldp.py
CHANGED
|
@@ -2,7 +2,7 @@ import json
|
|
| 2 |
import textwrap
|
| 3 |
|
| 4 |
import datasets
|
| 5 |
-
|
| 6 |
|
| 7 |
# TODO(tydiqa): BibTeX citation
|
| 8 |
_CITATION = """\
|
|
@@ -69,11 +69,6 @@ class tydiqa_GoldP(datasets.GeneratorBasedBuilder):
|
|
| 69 |
supervised_keys=None,
|
| 70 |
homepage="https://github.com/google-research-datasets/tydiqa",
|
| 71 |
citation=_CITATION,
|
| 72 |
-
task_templates=[
|
| 73 |
-
QuestionAnsweringExtractive(
|
| 74 |
-
question_column="question", context_column="context", answers_column="answers"
|
| 75 |
-
)
|
| 76 |
-
],
|
| 77 |
)
|
| 78 |
|
| 79 |
def _split_generators(self, dl_manager):
|
|
|
|
| 2 |
import textwrap
|
| 3 |
|
| 4 |
import datasets
|
| 5 |
+
|
| 6 |
|
| 7 |
# TODO(tydiqa): BibTeX citation
|
| 8 |
_CITATION = """\
|
|
|
|
| 69 |
supervised_keys=None,
|
| 70 |
homepage="https://github.com/google-research-datasets/tydiqa",
|
| 71 |
citation=_CITATION,
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 72 |
)
|
| 73 |
|
| 74 |
def _split_generators(self, dl_manager):
|