Instructions to use Waynehillsdev/Wayne_NLP_mT5 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Waynehillsdev/Wayne_NLP_mT5 with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("Waynehillsdev/Wayne_NLP_mT5") model = AutoModelForSeq2SeqLM.from_pretrained("Waynehillsdev/Wayne_NLP_mT5", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -13,7 +13,9 @@ should probably proofread and complete it, then remove this comment. -->
|
|
| 13 |
|
| 14 |
# Wayne_NLP_mT5
|
| 15 |
|
| 16 |
-
This model was trained
|
|
|
|
|
|
|
| 17 |
|
| 18 |
## Model description
|
| 19 |
|
|
|
|
| 13 |
|
| 14 |
# Wayne_NLP_mT5
|
| 15 |
|
| 16 |
+
This model was trained only english datasets.
|
| 17 |
+
if you want trained korean + english model
|
| 18 |
+
go to wayne_mulang_mT5.
|
| 19 |
|
| 20 |
## Model description
|
| 21 |
|