Instructions to use google/switch-c-2048 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
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") - Notebooks
- Google Colab
- Kaggle
Update config.json
#6
by Karim-Gamal - opened
The decoder_start_token_id has been forgotten for this model as well.
Thanks for the fix
ArthurZ changed pull request status to merged