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