--- license: mit datasets: - rajpurkar/squad library_name: transformers language: - en tags: - text-generation-inference --- #### How to use The model takes concatenated answers and context as an input sequence, and will generate a full question sentence as an output sequence. Inputs should be organised into the following format: ``` context text here answer text here ``` #### Here are some examples to use: ``` New Delhi is the capital of India. ``` ``` My name is Dev. ``` ``` Sachin lives in Mumbai. Sachin ``` ``` Sachin lives in Mumbai. Mumbai ``` ``` Sachin lives in Mumbai. He has two children. two children ``` ``` Sachin lives in Mumbai. He has two children. He is 50 years old. David is his friend. He is 45 years old. 45 ``` ``` Carbon has 6 neutrons. 6 ``` ``` Carbon has 6 neutrons. Carbon ```