How to use ajithnarayanan/flant5-large-aio with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("ajithnarayanan/flant5-large-aio") model = AutoModelForSeq2SeqLM.from_pretrained("ajithnarayanan/flant5-large-aio")
How to fix it?