How to use from the
Use from the
Transformers library
# Load model directly
from transformers import AutoTokenizer, AutoModelForSeq2SeqLM

tokenizer = AutoTokenizer.from_pretrained("koshkosh/quiz-generator")
model = AutoModelForSeq2SeqLM.from_pretrained("koshkosh/quiz-generator", device_map="auto")
Quick Links

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.

Downloads last month
3
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 1 Ask for provider support

Space using koshkosh/quiz-generator 1