mojians commited on
Commit
b895814
1 Parent(s): 87f0d79

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -17,7 +17,7 @@ license: mit
17
 
18
  ## Model description
19
 
20
- This model mines the question-answer pairs from a given context in an end2end fashion. It takes a context as an input and generates a list of questions and answers as an output. It is based on a pre-trained `t5-small` model.
21
 
22
 
23
  #### How to use
 
17
 
18
  ## Model description
19
 
20
+ This model mines the question-answer pairs from a given context in an end2end fashion. It takes a context as an input and generates a list of questions and answers as an output. It is based on a pre-trained `t5-small` model and uses a prompt enigneering technique to train.
21
 
22
 
23
  #### How to use