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