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