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
File size: 134 Bytes
fdef7e7 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:25556a42248e258505d7e31aa90f1d05cea64b362a3646ec5956ee5fc135f09e
size 965965672
|