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")
The community tab is the place to discuss and collaborate with the HF community!