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