Instructions to use google/mt5-xl with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use google/mt5-xl with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("google/mt5-xl") model = AutoModelForSeq2SeqLM.from_pretrained("google/mt5-xl") - Notebooks
- Google Colab
- Kaggle
Commit ·
e91482a
1
Parent(s): a5548c0
add flax weights
Browse files- flax_model.msgpack +3 -0
flax_model.msgpack
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d04d118ae5946e112dae43f8837a3293673f8f1568e1541136fe1df52615341a
|
| 3 |
+
size 14970502847
|