From f4f4946836dd029b2015ffc59db3edac0f6edd45 Mon Sep 17 00:00:00 2001 From: Patrick von Platen Date: Fri, 27 Mar 2020 15:57:58 +0100 Subject: [PATCH] Rename `t5-large` to `t5-base` in README.md --- examples/summarization/t5/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/summarization/t5/README.md b/examples/summarization/t5/README.md index 222e5ff17c..783d67a8af 100644 --- a/examples/summarization/t5/README.md +++ b/examples/summarization/t5/README.md @@ -1,4 +1,4 @@ -***This script evaluates the the multitask pre-trained checkpoint for ``t5-large`` (see paper [here](https://arxiv.org/pdf/1910.10683.pdf)) on the CNN/Daily Mail test dataset. Please note that the results in the paper were attained using a model fine-tuned on summarization, so that results will be worse here by approx. 0.5 ROUGE points*** +***This script evaluates the the multitask pre-trained checkpoint for ``t5-base`` (see paper [here](https://arxiv.org/pdf/1910.10683.pdf)) on the CNN/Daily Mail test dataset. Please note that the results in the paper were attained using a model fine-tuned on summarization, so that results will be worse here by approx. 0.5 ROUGE points*** ### Get the CNN Data First, you need to download the CNN data. It's about ~400 MB and can be downloaded by