Instructions to use google/mt5-large with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use google/mt5-large with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("google/mt5-large") model = AutoModelForSeq2SeqLM.from_pretrained("google/mt5-large") - Notebooks
- Google Colab
- Kaggle
Commit ·
2663270
1
Parent(s): 8660c77
upload flax model
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:ab535d2ec429eef90ac9b827929acf24f4bde0ce0bebf92c206779af3b452877
|
| 3 |
+
size 4918349339
|