Topic -> Question

This model, based on mistral-7B-v0.1 is made for writing intricate questions that require deep analysis to answer from a few word topic (think the title of a Wikipedia page). This model could be useful for generating questions for synthetic Q&A datasets.

Examples:

Prompting:

To prompt the model, use the following prompt (where {topic} is replaced with the topic you want to generate a question about):

Topic: {topic}\n
Question: '

The response will be in the following format:

Topic: {topic}\n
Question: '{generated_question}' (discard anything here)

(Note that anything after the ending quote of the generated question should be discarded. There is some weird behaviour with the model generating end of text tokens.)