ThomasNLG commited on
Commit
406bf2c
·
1 Parent(s): 091919a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
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 </s> {ANSWER} </s> {CONTEXT}"
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