Instructions to use flax-community/code-mt5-base with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use flax-community/code-mt5-base with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("flax-community/code-mt5-base") model = AutoModelForSeq2SeqLM.from_pretrained("flax-community/code-mt5-base") - Notebooks
- Google Colab
- Kaggle
Commit ·
a4273a3
1
Parent(s): cda2334
Update
Browse files- flax_model.msgpack +1 -1
flax_model.msgpack
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 965944223
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7f142bffda2b1fe16bbd4508ff0a179a708c5060fa450834a48e45fbc1deba3e
|
| 3 |
size 965944223
|