Update README.md dd70b87
Omar Sanseviero commited on
How to use flax-community/dalle-mini with Transformers:
# Load model directly
from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
tokenizer = AutoTokenizer.from_pretrained("flax-community/dalle-mini")
model = AutoModelForSeq2SeqLM.from_pretrained("flax-community/dalle-mini")