David Wadden commited on
Commit ·
79ff87b
1
Parent(s): 138444c
Get rid of scifact homepage.
Browse files- covidfact_entailment.py +0 -2
covidfact_entailment.py
CHANGED
|
@@ -74,8 +74,6 @@ class CovidFactEntailment(datasets.GeneratorBasedBuilder):
|
|
| 74 |
# specify them here. They'll be used if as_supervised=True in
|
| 75 |
# builder.as_dataset.
|
| 76 |
supervised_keys=None,
|
| 77 |
-
# Homepage of the dataset for documentation
|
| 78 |
-
homepage="https://scifact.apps.allenai.org/",
|
| 79 |
citation=_CITATION,
|
| 80 |
)
|
| 81 |
|
|
|
|
| 74 |
# specify them here. They'll be used if as_supervised=True in
|
| 75 |
# builder.as_dataset.
|
| 76 |
supervised_keys=None,
|
|
|
|
|
|
|
| 77 |
citation=_CITATION,
|
| 78 |
)
|
| 79 |
|