takomt / README.md
staka's picture
Update README.md
091f367
|
raw
history blame
No virus
605 Bytes
metadata
license: cc-by-sa-4.0
language: '-de -en -es -fr -it -ja -ru -uk'
tags:
  - translation

TakoMT

This is a translation model using Marian-NMT. Details of the data and source code are shown in my repository.

  • source language(s): de, en, es, fr, it, ru, uk
  • target language: ja

In addition to the above I also used paracrawl.

How to use

You can use this model directly with a pipeline:

from transformers import pipeline
tako_translator = pipeline('translation', model='staka/takomt')
tako_translator('This is a cat.')