Instructions to use AimB/mT5-en-kr-natural with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use AimB/mT5-en-kr-natural with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("AimB/mT5-en-kr-natural") model = AutoModelForSeq2SeqLM.from_pretrained("AimB/mT5-en-kr-natural") - Notebooks
- Google Colab
- Kaggle
YAML Metadata Warning:empty or missing yaml metadata in repo card
Check out the documentation for more information.
you can use this model with simpletransfomers.
!pip install simpletransformers
from simpletransformers.t5 import T5Model
model = T5Model("mt5", "AimB/mT5-en-kr-natural")
print(model.predict(["I feel good today"]))
print(model.predict(["์ฐ๋ฆฌ์ง ๊ณ ์์ด๋ ์ธ์์์ ์ ์ผ ๊ท์ฝ์ต๋๋ค"]))
- Downloads last month
- 11
Inference Providers NEW
This model isn't deployed by any Inference Provider. ๐ Ask for provider support