Update config.json 050016e
Kareem Gamal Mahmoud commited on
How to use google/switch-c-2048 with Transformers:
# Load model directly
from transformers import AutoModel
model = AutoModel.from_pretrained("google/switch-c-2048", dtype="auto")