Add summarization name mapping for MultiNews (#18117)
* Add summarization name mapping for MultiNews * Add summarization name mapping for MultiNews
This commit is contained in:
@@ -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 = {
|
|||||||
"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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user