How to use koshkosh/quiz-generator with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("koshkosh/quiz-generator") model = AutoModelForSeq2SeqLM.from_pretrained("koshkosh/quiz-generator")
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.