Transformers How to use Sujithanumala/temp_quizbot_small with Transformers:
# Load model directly
from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
tokenizer = AutoTokenizer.from_pretrained("Sujithanumala/temp_quizbot_small")
model = AutoModelForSeq2SeqLM.from_pretrained("Sujithanumala/temp_quizbot_small")