How to use OscarNav/flan-t5-distilled with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("OscarNav/flan-t5-distilled") model = AutoModelForSeq2SeqLM.from_pretrained("OscarNav/flan-t5-distilled")
No model card
Files info