模型:
staka/fugumt-ja-en
任务:
翻译许可:
cc-by-sa-4.0This is a translation model using Marian-NMT. For more details, please see my repository .
This model uses transformers and sentencepiece.
!pip install transformers sentencepiece
You can use this model directly with a pipeline:
from transformers import pipeline fugu_translator = pipeline('translation', model='staka/fugumt-ja-en') fugu_translator('猫はかわいいです。')
The results of the evaluation using tatoeba (randomly selected 500 sentences) are as follows:
source | target | BLEU(*1) |
---|---|---|
ja | en | 39.1 |
(*1) sacrebleu