Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -27,7 +27,7 @@ license: apache-2.0
27
 
28
  and is pretrained on both the denoising and language modeling objective.
29
 
30
- More specifically, this checkpoint is initialized from [T5 Version 1.1 - Base](https://huggingface.co/google/https://huggingface.co/google/t5-v1_1-base)
31
  and then trained for an additional 100K steps on the LM objective discussed in the [T5 paper](https://arxiv.org/pdf/1910.10683.pdf).
32
  This adaptation improves the ability of the model to be used for prompt tuning.
33
 
 
27
 
28
  and is pretrained on both the denoising and language modeling objective.
29
 
30
+ More specifically, this checkpoint is initialized from [T5 Version 1.1 - Base](https://huggingface.co/google/t5-v1_1-base)
31
  and then trained for an additional 100K steps on the LM objective discussed in the [T5 paper](https://arxiv.org/pdf/1910.10683.pdf).
32
  This adaptation improves the ability of the model to be used for prompt tuning.
33