How to use Sujithanumala/QuizBot.AI-small with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("Sujithanumala/QuizBot.AI-small") model = AutoModelForSeq2SeqLM.from_pretrained("Sujithanumala/QuizBot.AI-small")
No model card