Model Description

MatchaMT-ja-en is a Marian-based translation model. Translate Japanese to English.

  • Developed by: nn-tsuzu
  • Model type: tanslation / Marian
  • Source Language: Japanese
  • Target Language: English
  • License: CC BY-SA 4.0
  • Finetuned from model: Mitsua/elan-mt-bt-ja-en

Uses

  1. Install the python packages

pip install transformers accelerate sentencepiece

  1. Translation
from transformers import pipeline

matcha = pipeline('translation', model='nntsuzu/MatchaMT-ja-en')
matcha = matcha('抹茶はとても美味しいです。')

print(matcha)

Training Data

Downloads last month
24
Safetensors
Model size
60.6M params
Tensor type
F32
·
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for nntsuzu/MatchaMT-ja-en

Finetuned
(2)
this model

Collection including nntsuzu/MatchaMT-ja-en