Transformers
PyTorch
Safetensors
Yue Chinese
Chinese
multilingual
mt5
text2text-generation
Generated from Trainer
Instructions to use botisan-ai/mt5-translate-yue-zh with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use botisan-ai/mt5-translate-yue-zh with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("botisan-ai/mt5-translate-yue-zh") model = AutoModelForSeq2SeqLM.from_pretrained("botisan-ai/mt5-translate-yue-zh", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Add multilingual to the language tag
#2
by lbourdois - opened
README.md
CHANGED
|
@@ -2,14 +2,15 @@
|
|
| 2 |
language:
|
| 3 |
- yue
|
| 4 |
- zh
|
|
|
|
| 5 |
license: apache-2.0
|
| 6 |
tags:
|
| 7 |
- generated_from_trainer
|
|
|
|
|
|
|
| 8 |
model-index:
|
| 9 |
- name: output
|
| 10 |
results: []
|
| 11 |
-
datasets:
|
| 12 |
-
- x-tech/cantonese-mandarin-translations
|
| 13 |
---
|
| 14 |
|
| 15 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
|
| 2 |
language:
|
| 3 |
- yue
|
| 4 |
- zh
|
| 5 |
+
- multilingual
|
| 6 |
license: apache-2.0
|
| 7 |
tags:
|
| 8 |
- generated_from_trainer
|
| 9 |
+
datasets:
|
| 10 |
+
- x-tech/cantonese-mandarin-translations
|
| 11 |
model-index:
|
| 12 |
- name: output
|
| 13 |
results: []
|
|
|
|
|
|
|
| 14 |
---
|
| 15 |
|
| 16 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|