Transformers How to use neshkatrapati/flan-t5-base-adherence with Transformers:
# Load model directly
from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
tokenizer = AutoTokenizer.from_pretrained("neshkatrapati/flan-t5-base-adherence")
model = AutoModelForSeq2SeqLM.from_pretrained("neshkatrapati/flan-t5-base-adherence")