metadata
license: cc-by-sa-4.0
language:
- en
- ja
tags:
- translation
widget:
- text: 猫はかわいいです。
FuguMT
This is a translation model using Marian-NMT. Details of the data and source code are shown in my repository.
- source language: ja
- target language: en
How to use
You can use this model directly with a pipeline:
from transformers import pipeline
fugu_translator = pipeline('translation', model='staka/fugumt-ja-en')
fugu_translator('猫はかわいいです。')