benjleite commited on
Commit
92cc996
1 Parent(s): 27c7906

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -38,7 +38,7 @@ The encoder concatenates the answer and text, and the decoder generates the ques
38
 
39
  ```py
40
  >>> from transformers import T5ForConditionalGeneration, T5Tokenizer
41
- >>> model = T5ForConditionalGeneration.from_pretrained("vgaraujov/t5-base-spanish")
42
  >>> tokenizer = T5Tokenizer.from_pretrained("vgaraujov/t5-base-spanish", model_max_length=512)
43
  ```
44
  **Important Note**: Special tokens need to be added and model tokens must be resized:
 
38
 
39
  ```py
40
  >>> from transformers import T5ForConditionalGeneration, T5Tokenizer
41
+ >>> model = T5ForConditionalGeneration.from_pretrained("benjleite/t5s-spanish-qg")
42
  >>> tokenizer = T5Tokenizer.from_pretrained("vgaraujov/t5-base-spanish", model_max_length=512)
43
  ```
44
  **Important Note**: Special tokens need to be added and model tokens must be resized: