initial commit c2caefa
Younes Belkada commited on
How to use google/switch-base-16 with Transformers:
# Load model directly
from transformers import AutoTokenizer, AutoModelForMultimodalLM
tokenizer = AutoTokenizer.from_pretrained("google/switch-base-16")
model = AutoModelForMultimodalLM.from_pretrained("google/switch-base-16")