ccdv commited on
Commit
a7f9639
·
1 Parent(s): 4fcd499
Files changed (1) hide show
  1. govreport-summarization.py +2 -2
govreport-summarization.py CHANGED
@@ -21,8 +21,8 @@ _CITATION = """\
21
  }
22
  }
23
  """
24
- _ABSTRACT = "abstract"
25
- _ARTICLE = "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."""