Update README.md
Browse files
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("
|
42 |
>>> tokenizer = T5Tokenizer.from_pretrained("JDBN/t5-base-fr-qg-fquad", 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/t5-french-qg")
|
42 |
>>> tokenizer = T5Tokenizer.from_pretrained("JDBN/t5-base-fr-qg-fquad", model_max_length=512)
|
43 |
```
|
44 |
**Important Note**: Special tokens need to be added and model tokens must be resized:
|