Datasets:
Update DiaBLa.py
Browse files
DiaBLa.py
CHANGED
@@ -77,7 +77,7 @@ class Diabla(datasets.GeneratorBasedBuilder):
|
|
77 |
# No default supervised_keys (as we have to pass both question
|
78 |
# and context as input).
|
79 |
supervised_keys=None,
|
80 |
-
homepage='https://github.com/rbawden/DiaBLa-dataset'
|
81 |
citation=_CITATION,
|
82 |
task_templates=[
|
83 |
# TODO
|
|
|
77 |
# No default supervised_keys (as we have to pass both question
|
78 |
# and context as input).
|
79 |
supervised_keys=None,
|
80 |
+
homepage='https://github.com/rbawden/DiaBLa-dataset',
|
81 |
citation=_CITATION,
|
82 |
task_templates=[
|
83 |
# TODO
|