Theskull312 commited on
Commit
68bc8a0
1 Parent(s): 30a4d26

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -1,5 +1,5 @@
1
  ## Model description
2
- This model is a sequence-to-sequence question generator which takes an answer and context as an input, and generates a question as an output. It is based on a pretrained mt5-base model.
3
 
4
  ## Training data
5
  The model was fine-tuned on [XQuAD](https://github.com/deepmind/xquad)
 
1
  ## Model description
2
+ This model is a sequence-to-sequence question generator that takes an answer and context as an input and generates a question as an output. It is based on a pre-trained mt5-base by [Google](https://github.com/google-research/multilingual-t5) model.
3
 
4
  ## Training data
5
  The model was fine-tuned on [XQuAD](https://github.com/deepmind/xquad)