"tests/models/ctrl/test_tokenization_ctrl.py" did not exist on "31c23bd5ee26425a67f92fc170789656379252a6"
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 = {
"xglue": ("news_body", "news_title"),
"xsum": ("document", "summary"),
"wiki_summary": ("article", "highlights"),
"multi_news": ("document", "summary"),
}
......
......@@ -266,6 +266,7 @@ summarization_name_mapping = {
"xglue": ("news_body", "news_title"),
"xsum": ("document", "summary"),
"wiki_summary": ("article", "highlights"),
"multi_news": ("document", "summary"),
}
# 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