gsarti commited on
Commit
81ba648
1 Parent(s): 062a1f1

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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/gsarti/it5-base-nli).*
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