Instructions to use google/switch-base-16 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use google/switch-base-16 with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("google/switch-base-16") model = AutoModelForSeq2SeqLM.from_pretrained("google/switch-base-16") - Notebooks
- Google Colab
- Kaggle
ybelkada commited on
Commit ·
6bf4924
1
Parent(s): 627236f
add model weights
Browse files- pytorch_model.bin +3 -0
pytorch_model.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c375361c53547a54c343d53e0d50d00cc64f68e79e91a8ab77ccec1d8b3cbb7f
|
| 3 |
+
size 4289798295
|