Update my_dataset.py
Browse files- my_dataset.py +1 -1
my_dataset.py
CHANGED
|
@@ -15,6 +15,6 @@ def _info(self):
|
|
| 15 |
# No default supervised_keys (as we have to pass both question
|
| 16 |
# and context as input).
|
| 17 |
supervised_keys=None,
|
| 18 |
-
homepage="https://huggingface.co/datasets/brathief/Alice_2/",
|
| 19 |
citation=_CITATION,
|
| 20 |
)
|
|
|
|
| 15 |
# No default supervised_keys (as we have to pass both question
|
| 16 |
# and context as input).
|
| 17 |
supervised_keys=None,
|
| 18 |
+
homepage="https://huggingface.co/datasets/brathief/Alice_2/a",
|
| 19 |
citation=_CITATION,
|
| 20 |
)
|