Datasets:
fix
Browse files
govreport-summarization.py
CHANGED
@@ -21,8 +21,8 @@ _CITATION = """\
|
|
21 |
}
|
22 |
}
|
23 |
"""
|
24 |
-
_ABSTRACT = "
|
25 |
-
_ARTICLE = "
|
26 |
|
27 |
class GovReportSummarizationConfig(datasets.BuilderConfig):
|
28 |
"""BuilderConfig for GovReportSummarization."""
|
|
|
21 |
}
|
22 |
}
|
23 |
"""
|
24 |
+
_ABSTRACT = "summary"
|
25 |
+
_ARTICLE = "report"
|
26 |
|
27 |
class GovReportSummarizationConfig(datasets.BuilderConfig):
|
28 |
"""BuilderConfig for GovReportSummarization."""
|