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 ·
a424f3c
1
Parent(s): eb823ba
Update README.md
Browse files
README.md
CHANGED
|
@@ -28,6 +28,6 @@ We used [Code Search Net](https://huggingface.co/datasets/code_search_net)'s dat
|
|
| 28 |
|
| 29 |

|
| 30 |
|
| 31 |
-
## Fine tuning
|
| 32 |
|
| 33 |
We fine tuned the model with [CodeXGLUE code-to-code-trans dataset](https://huggingface.co/datasets/code_x_glue_cc_code_to_code_trans), and scrapper data.
|
|
|
|
| 28 |
|
| 29 |

|
| 30 |
|
| 31 |
+
## Fine tuning (WIP)
|
| 32 |
|
| 33 |
We fine tuned the model with [CodeXGLUE code-to-code-trans dataset](https://huggingface.co/datasets/code_x_glue_cc_code_to_code_trans), and scrapper data.
|