Unverified Commit fde22c75 authored by John Giorgi's avatar John Giorgi Committed by GitHub
Browse files

Add summarization name mapping for MultiNews (#18117)

* Add summarization name mapping for MultiNews

* Add summarization name mapping for MultiNews
parent 19513336
...@@ -286,6 +286,7 @@ summarization_name_mapping = { ...@@ -286,6 +286,7 @@ summarization_name_mapping = {
"xglue": ("news_body", "news_title"), "xglue": ("news_body", "news_title"),
"xsum": ("document", "summary"), "xsum": ("document", "summary"),
"wiki_summary": ("article", "highlights"), "wiki_summary": ("article", "highlights"),
"multi_news": ("document", "summary"),
} }
......
...@@ -266,6 +266,7 @@ summarization_name_mapping = { ...@@ -266,6 +266,7 @@ summarization_name_mapping = {
"xglue": ("news_body", "news_title"), "xglue": ("news_body", "news_title"),
"xsum": ("document", "summary"), "xsum": ("document", "summary"),
"wiki_summary": ("article", "highlights"), "wiki_summary": ("article", "highlights"),
"multi_news": ("document", "summary"),
} }
# endregion # endregion
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment