--- datasets: - squad tags: - question-generation widget: - text: " 42 is the answer to life, the universe and everything. " - text: "Python is a programming language. It is developed by Guido Van Rossum . " - text: "Although practicality beats purity " license: mit --- ### T5 for question-generation This is [t5-base](https://arxiv.org/abs/1910.10683) model trained for answer aware question generation task. The answer spans are highlighted within the text with special highlight tokens. You can play with the model using the inference API, just highlight the answer spans with `` tokens and end the text with ``. For example ` 42 is the answer to life, the universe and everything. ` For more deatils see [this](https://github.com/patil-suraj/question_generation) repo.