Update xnli.py
Browse files
xnli.py
CHANGED
|
@@ -73,8 +73,6 @@ class Xnli(datasets.GeneratorBasedBuilder):
|
|
| 73 |
# No default supervised_keys (as we have to pass both premise
|
| 74 |
# and hypothesis as input).
|
| 75 |
supervised_keys=None,
|
| 76 |
-
homepage="https://www.nyu.edu/projects/bowman/xnli/",
|
| 77 |
-
citation=_CITATION,
|
| 78 |
)
|
| 79 |
|
| 80 |
def _split_generators(self, dl_manager):
|
|
|
|
| 73 |
# No default supervised_keys (as we have to pass both premise
|
| 74 |
# and hypothesis as input).
|
| 75 |
supervised_keys=None,
|
|
|
|
|
|
|
| 76 |
)
|
| 77 |
|
| 78 |
def _split_generators(self, dl_manager):
|