Translate Models
Collection
I fine-tuned tranalate models.
•
2 items
•
Updated
MatchaMT-ja-en is a Marian-based translation model. Translate Japanese to English.
pip install transformers accelerate sentencepiece
from transformers import pipeline
matcha = pipeline('translation', model='nntsuzu/MatchaMT-ja-en')
matcha = matcha('抹茶はとても美味しいです。')
print(matcha)
Base model
Mitsua/elan-mt-bt-ja-en