Instructions to use google/switch-large-128 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use google/switch-large-128 with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("google/switch-large-128") model = AutoModelForSeq2SeqLM.from_pretrained("google/switch-large-128") - Notebooks
- Google Colab
- Kaggle
Commit History
Update README.md 2d499b2
Upload tokenizer 436df3d
add model weights 506ffae
ybelkada commited on
initial commit fb63b7a
Younes Belkada commited on