Helsinki-NLP_opus-mt-tc-big-ko-en
Helsinki-NLP · View on Hugging Face ↗
Get this model
Seeders: 1 · Leechers: 0
Observed 2026-09-02T13:56:39Z via announce.aitorrent.org:7070.
Model card
The complete upstream card, rendered from this payload's README.md — the same hash-verified bytes the torrent distributes. Images and off-site links are removed; the original card on Hugging Face carries them.
language:
- en
- ko
tags:
- translation
- opus-mt-tc
license: cc-by-4.0 model-index:
- name: opus-mt-tc-big-ko-en
results:
- task:
name: Translation kor-eng
type: translation
args: kor-eng
dataset:
name: flores101-devtest
type: flores_101
args: kor eng devtest
metrics:
- name: BLEU type: bleu value: 27.7
- name: chr-F type: chrf value: 0.56615
- task:
name: Translation kor-eng
type: translation
args: kor-eng
dataset:
name: tatoeba-test-v2021-08-07
type: tatoeba_mt
args: kor-eng
metrics:
- name: BLEU type: bleu value: 41.3
- name: chr-F type: chrf value: 0.58829
- task:
name: Translation kor-eng
type: translation
args: kor-eng
dataset:
name: flores101-devtest
type: flores_101
args: kor eng devtest
metrics:
opus-mt-tc-big-ko-en
Table of Contents
- Model Details
- Uses
- Risks, Limitations and Biases
- How to Get Started With the Model
- Training
- Evaluation
- Citation Information
- Acknowledgements
Model Details
Neural machine translation model for translating from Korean (ko) to English (en).
This model is part of the OPUS-MT project, an effort to make neural machine translation models widely available and accessible for many languages in the world. All models are originally trained using the amazing framework of Marian NMT, an efficient NMT implementation written in pure C++. The models have been converted to pyTorch using the transformers library by huggingface. Training data is taken from OPUS and training pipelines use the procedures of OPUS-MT-train. Model Description:
- Developed by: Language Technology Research Group at the University of Helsinki
- Model Type: Translation (transformer-big)
- Release: 2022-07-28
- License: CC-BY-4.0
- Language(s):
- Source Language(s): kor
- Target Language(s): eng
- Original Model: opusTCv20210807-sepvoc_transformer-big_2022-07-28.zip
- Resources for more information:
- OPUS-MT-train GitHub Repo
- More information about released models for this language pair: OPUS-MT kor-eng README
- More information about MarianNMT models in the transformers library
- [Tatoeba Translation Challenge](https://github.com/Helsinki-NLP/Tatoeba-Challenge/
Uses
This model can be used for translation and text-to-text generation.
Risks, Limitations and Biases
CONTENT WARNING: Readers should be aware that the model is trained on various public data sets that may contain content that is disturbing, offensive, and can propagate historical and current stereotypes.
Significant research has explored bias and fairness issues with language models (see, e.g., Sheng et al. (2021) and Bender et al. (2021)).
How to Get Started With the Model
A short example code:
from transformers import MarianMTModel, MarianTokenizer
src_text = [
"2, 4, 6 등은 짝수이다.",
"네."
]
model_name = "pytorch-models/opus-mt-tc-big-ko-en"
tokenizer = MarianTokenizer.from_pretrained(model_name)
model = MarianMTModel.from_pretrained(model_name)
translated = model.generate(**tokenizer(src_text, return_tensors="pt", padding=True))
for t in translated:
print( tokenizer.decode(t, skip_special_tokens=True) )
# expected output:
# 2, 4, and 6 are even.
# Yeah.
You can also use OPUS-MT models with the transformers pipelines, for example:
from transformers import pipeline
pipe = pipeline("translation", model="Helsinki-NLP/opus-mt-tc-big-ko-en")
print(pipe("2, 4, 6 등은 짝수이다."))
# expected output: 2, 4, and 6 are even.
Training
- Data: opusTCv20210807 (source)
- Pre-processing: SentencePiece (spm32k,spm32k)
- Model Type: transformer-big
- Original MarianNMT Model: opusTCv20210807-sepvoc_transformer-big_2022-07-28.zip
- Training Scripts: GitHub Repo
Evaluation
- test set translations: opusTCv20210807-sepvoc_transformer-big_2022-07-28.test.txt
- test set scores: opusTCv20210807-sepvoc_transformer-big_2022-07-28.eval.txt
- benchmark results: benchmark_results.txt
- benchmark output: benchmark_translations.zip
| langpair | testset | chr-F | BLEU | #sent | #words |
|---|---|---|---|---|---|
| kor-eng | tatoeba-test-v2021-08-07 | 0.58829 | 41.3 | 2400 | 17619 |
| kor-eng | flores101-devtest | 0.56615 | 27.7 | 1012 | 24721 |
Citation Information
- Publications: OPUS-MT – Building open translation services for the World and The Tatoeba Translation Challenge – Realistic Data Sets for Low Resource and Multilingual MT (Please, cite if you use this model.)
@inproceedings{tiedemann-thottingal-2020-opus,
title = "{OPUS}-{MT} {--} Building open translation services for the World",
author = {Tiedemann, J{\"o}rg and Thottingal, Santhosh},
booktitle = "Proceedings of the 22nd Annual Conference of the European Association for Machine Translation",
month = nov,
year = "2020",
address = "Lisboa, Portugal",
publisher = "European Association for Machine Translation",
url = "https://aclanthology.org/2020.eamt-1.61",
pages = "479--480",
}
@inproceedings{tiedemann-2020-tatoeba,
title = "The Tatoeba Translation Challenge {--} Realistic Data Sets for Low Resource and Multilingual {MT}",
author = {Tiedemann, J{\"o}rg},
booktitle = "Proceedings of the Fifth Conference on Machine Translation",
month = nov,
year = "2020",
address = "Online",
publisher = "Association for Computational Linguistics",
url = "https://aclanthology.org/2020.wmt-1.139",
pages = "1174--1182",
}
Acknowledgements
The work is supported by the European Language Grid as pilot project 2866, by the FoTran project, funded by the European Research Council (ERC) under the European Union’s Horizon 2020 research and innovation programme (grant agreement No 771113), and the MeMAD project, funded by the European Union’s Horizon 2020 Research and Innovation Programme under grant agreement No 780069. We are also grateful for the generous computational resources and IT infrastructure provided by CSC -- IT Center for Science, Finland.
Model conversion info
- transformers version: 4.16.2
- OPUS-MT git hash: 8b9f0b0
- port time: Fri Aug 12 11:19:05 EEST 2022
- port machine: LM0-400-22516.local
Magnet link
Opens the swarm directly in your torrent client — no file download needed. Copy-paste works too:
magnet:?xt=urn:btih:e0fd3e94d73107d5be50c79aa11cb337c255bd05&dn=Helsinki-NLP_opus-mt-tc-big-ko-enOpen magnet in torrent client · infohash e0fd3e94d73107d5be50c79aa11cb337c255bd05
Files & hashes
| Path | Size | sha1 | sha256 |
|---|---|---|---|
| README.md | 7.7 KB (7,866 B) | fb4146553c92272bda85c2e98b18065feb19a7db | a7128281573f5f758c292bc5bf4bd073c2ee48b21951e6e7368e86daf2fdfb00 |
| benchmark_results.txt | 266 B (266 B) | 57e0b88c1bd4ff2ddbc91e4c8a7f6b976260f752 | 373e0ddff75006caea09f5e5b3f26bf009295264ce1f580587dc3b2cc0b5bf8a |
| benchmark_translations.zip | 589.4 KB (603,538 B) | 0adbe468b1e6f60e57c8dc3328c14325c65b043a | 921c388031acec9746774a16485d148472cde84b72de34f6ff04503711458b82 |
| config.json | 1.0 KB (1,068 B) | 0ab64c22054df7b7ea2586349ec0a66f1a2dabad | 5364df1626882820628dec67310bb7ca14c8938e9f2b0b7766cf4f051d188413 |
| generation_config.json | 293 B (293 B) | cf9df94476c87ee1a265030718ef74b2890f5a8c | 95b6219063f279c3b0ee22a19981d1afe6f3f52c16a08453eaddadc51b0ce4ad |
| model.safetensors | 399.0 MB (418,346,322 B) | af7e5118a113d87e1bad3203baf85fd12bb67553 | 6cad70c99aea2b7bdf888a3aca503a968132f92dc866f832ed7c4f6e3d36df07 |
| pytorch_model.bin | 399.0 MB (418,403,333 B) | 83c8124e3f1d8ff3d84c6fd2e0084f72492443f5 | 7aa0d1a9fe6e8d76cc2ec64d5976627695ad2f98c1c9e5048c7baf2324689c81 |
| source.spm | 796.4 KB (815,483 B) | 650ec228455f33f0811859528760fde6dfd4d69a | bcf0b63c9685de766ab3e10571a9a7f4a38eb39da51a4d64462757051d1986c7 |
| special_tokens_map.json | 65 B (65 B) | 6dc4d430ddbd24171268d73da061ce9f0b092911 | 09059cedc26bc46bc09a52f05b92d4922e11917e87f3b92059bb1a63a59ab2c4 |
| target.spm | 771.4 KB (789,870 B) | 8d0ae8bacde9c4242aa24ea6972ef969fa312863 | 7188e2e643ef82257f2d0d5e2592185a42b0e472aff8ee6880331a0bff8904cd |
| tokenizer_config.json | 341 B (341 B) | f33f130e9dfaff4474764c52705086375d550bac | 30245e376433618a8ee3b4ff3b31d6b40324f730cfa9fca021022e4bd5235763 |
| vocab.json | 726.1 KB (743,503 B) | a4e508106da6b3c6e77b812e7c7f6c89780e14b5 | 0a5fc83e442a6efed9bba9e0a6cad4542dbcdc182082d39253959bdd5f556c7b |
Cite this release
- Canonical URL
- https://aiseedbank.org/models/Helsinki-NLP_opus-mt-tc-big-ko-en/
- Slug
- Helsinki-NLP_opus-mt-tc-big-ko-en
- Infohash
- e0fd3e94d73107d5be50c79aa11cb337c255bd05
- License
- cc-by-4.0
- Signing key fingerprint
- 85a3b32c3712427b
Every file carries a locally computed sha256 — verify a download against the signed sums: Helsinki-NLP_opus-mt-tc-big-ko-en.SHA256SUMS (+ minisign signature).
Provenance
| Upstream repository | Helsinki-NLP/opus-mt-tc-big-ko-en |
|---|---|
| Revision (pinned) | fa26583a41d95346933f26b4cb8f9b700da0d445 |
| Fetched at | 2026-09-02T03:16:07Z |
| License at fetch | cc-by-4.0 |
| Snapshot tool | huggingface · seedbank 0.1.0 |
Trackers
- udp://announce.aitorrent.org:6969/announce
- http://announce.aitorrent.org:7070/announce
- udp://announce2.aitorrent.org:6970/announce
- http://announce2.aitorrent.org:7071/announce
- udp://tracker.opentrackr.org:1337/announce
- udp://open.demonii.com:1337/announce
- udp://open.stealth.si:80/announce
- udp://exodus.desync.com:6969/announce
- udp://tracker.torrent.eu.org:451/announce
✓ verified · rehash-vs-hf-metadata at 2026-09-02T03:16:18Z
cc-by-4.0800.8 MB (839,711,948 bytes)transformerspytorchsafetensorsmariantext2text-generationtranslationopus-mt-tcmodel-indexendpoints_compatible3 languages (tf, en, ko)