ThomasNLG commited on
Commit
6b85981
1 Parent(s): 406bf2c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -2,7 +2,7 @@
2
  language: en
3
  tags:
4
  - qg
5
- - question
6
  - generation
7
  - SQuAD
8
  - metric
@@ -23,7 +23,7 @@ widget:
23
  # t5-qg_squad1-en
24
 
25
  ## Model description
26
- This model is a *Question Generation* model based on T5-small.
27
  It is actually a component of [QuestEval](https://github.com/recitalAI/QuestEval) metric but can be used independently as it is, for QG only.
28
 
29
 
@@ -38,7 +38,7 @@ 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.
 
2
  language: en
3
  tags:
4
  - qg
5
+ - question
6
  - generation
7
  - SQuAD
8
  - metric
 
23
  # t5-qg_squad1-en
24
 
25
  ## Model description
26
+ This model is a *Question Generation* model based on T5-small.
27
  It is actually a component of [QuestEval](https://github.com/recitalAI/QuestEval) metric but can be used independently as it is, for QG only.
28
 
29
 
 
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.