Update README.md
Browse files
README.md
CHANGED
@@ -54,7 +54,7 @@ tokenizer = AutoTokenizer.from_pretrained("gsarti/it5-base")
|
|
54 |
model = AutoModelForSeq2SeqLM.from_pretrained("gsarti/it5-base")
|
55 |
```
|
56 |
|
57 |
-
*Note: You will need to fine-tune the model on your downstream seq2seq task to use it. See an example [here](https://huggingface.co/
|
58 |
|
59 |
Flax and Tensorflow versions of the model are also available:
|
60 |
|
|
|
54 |
model = AutoModelForSeq2SeqLM.from_pretrained("gsarti/it5-base")
|
55 |
```
|
56 |
|
57 |
+
*Note: You will need to fine-tune the model on your downstream seq2seq task to use it. See an example [here](https://huggingface.co/it5/it5-base-news-summarization).*
|
58 |
|
59 |
Flax and Tensorflow versions of the model are also available:
|
60 |
|