--- tags: - text2text-generation - transformers - huggingface - quiz-generation inference: parameters: max_length: 200 num_return_sequences: 5 --- # Quiz Generator Model This model is trained to generate quiz questions from a given text input. It is designed to be used with the Hugging Face Inference API.