Update README.md
Browse files
README.md
CHANGED
@@ -38,10 +38,10 @@ model = T5ForConditionalGeneration.from_pretrained("ThomasNLG/t5-qg_squad1-en")
|
|
38 |
|
39 |
You can play with the model using the inference API, the text input format should follow this template (accordingly to the training stage of the model):
|
40 |
|
41 |
-
`text_input = "sv1
|
42 |
|
43 |
## Training data
|
44 |
-
The model was trained on SQuAD
|
45 |
|
46 |
|
47 |
### Citation info
|
|
|
38 |
|
39 |
You can play with the model using the inference API, the text input format should follow this template (accordingly to the training stage of the model):
|
40 |
|
41 |
+
`text_input = "sv1 <\/s> {ANSWER} <\/s> {CONTEXT}"
|
42 |
|
43 |
## Training data
|
44 |
+
The model was trained on SQuAD.
|
45 |
|
46 |
|
47 |
### Citation info
|