Update dstc9-targz.py
Browse files- dstc9-targz.py +1 -6
dstc9-targz.py
CHANGED
|
@@ -44,13 +44,8 @@ class dstc9Targz(datasets.GeneratorBasedBuilder):
|
|
| 44 |
# No default supervised_keys (as we have to pass both question
|
| 45 |
# and context as input).
|
| 46 |
supervised_keys=None,
|
| 47 |
-
homepage="https://
|
| 48 |
citation=_CITATION,
|
| 49 |
-
task_templates=[
|
| 50 |
-
QuestionAnsweringExtractive(
|
| 51 |
-
question_column="question", context_column="context", answers_column="answers"
|
| 52 |
-
)
|
| 53 |
-
],
|
| 54 |
)
|
| 55 |
|
| 56 |
def _split_generators(self, dl_manager):
|
|
|
|
| 44 |
# No default supervised_keys (as we have to pass both question
|
| 45 |
# and context as input).
|
| 46 |
supervised_keys=None,
|
| 47 |
+
homepage="https://github.com/leonl111/GODEL-fine-tune-builder-script",
|
| 48 |
citation=_CITATION,
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 49 |
)
|
| 50 |
|
| 51 |
def _split_generators(self, dl_manager):
|