Model info

Distilled model from a Tatoeba-MT Teacher: Tatoeba-MT-models/kor-eng/opusTCv20210807-sepvoc_transformer-big_2022-07-28, which has been trained on the Tatoeba dataset.

We used the OpusDistillery to train new a new student with the tiny architecture, with a regular transformer decoder. For training data, we used Tatoeba. The configuration file fed into OpusDistillery can be found here.

How to run

>>> from transformers import pipeline

>>> pipe = pipeline("translation", model="odegiber/ko-en", max_length=256)
>>> pipe("2017๋…„ ๋ง, ์‹œ๋ฏธ๋…ธํ”„๋Š” ์‡ผํ•‘ ํ…”๋ ˆ๋น„์ ผ ์ฑ„๋„์ธ QVC์— ์ถœ์—ฐํ–ˆ๋‹ค.")
[{'translation_text': 'At the end of 2017, Siminof appeared on the shopping television channel QVC.'}]

Benchmarks

testset BLEU chr-F
flores200 20.3 50.3
Downloads last month
8
Safetensors
Model size
25.4M params
Tensor type
FP16
ยท
Inference Providers NEW
This model is not currently available via any of the supported Inference Providers.

Dataset used to train odegiber/ko-en