Instructions to use google/switch-base-64 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use google/switch-base-64 with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("google/switch-base-64") model = AutoModelForSeq2SeqLM.from_pretrained("google/switch-base-64") - Notebooks
- Google Colab
- Kaggle
Commit History
Adding generation config file(s) b9fae59
Update README.md 8d4c27e
Upload tokenizer 575b962
Create README.md 8772ff4
add model weights af72119
ybelkada commited on
initial commit f65356e
Younes Belkada commited on