AI SeedbankHelp preserve open and free AI for humanity's future

← All models

Helsinki-NLP_opus-mt-tc-big-en-ko

Helsinki-NLP · View on Hugging Face ↗

Get this model

Download TorrentMagnet Link

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-en-ko results:
    • task: name: Translation eng-kor type: translation args: eng-kor dataset: name: flores101-devtest type: flores_101 args: eng kor devtest metrics:
      • name: BLEU type: bleu value: 13.7
      • name: chr-F type: chrf value: 0.36399

opus-mt-tc-big-en-ko

Table of Contents

Model Details

Neural machine translation model for translating from English (en) to Korean (ko).

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):
    • Target Language(s):
    • Valid Target Language Labels:
  • Original Model: opusTCv20210807-sepvoc_transformer-big_2022-07-28.zip
  • Resources for more information:

This is a multilingual translation model with multiple target languages. A sentence initial language token is required in the form of >>id<< (id = valid target language ID), e.g. >><<

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 etc. are even numbers.",
    "Yes."
]

model_name = "pytorch-models/opus-mt-tc-big-en-ko"
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, 6 등은 짝수입니다.
#     그래

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-en-ko")
print(pipe("2, 4, 6 etc. are even numbers."))

# expected output: 2, 4, 6 등은 짝수입니다.

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

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:02:03 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:7fedb0b1c4350926dfb417fcacb21790a211b1d4&dn=Helsinki-NLP_opus-mt-tc-big-en-ko

Open magnet in torrent client · infohash 7fedb0b1c4350926dfb417fcacb21790a211b1d4

Files & hashes

PathSizesha1sha256
README.md7.5 KB (7,656 B)24f1064b5fa115f392b6fd5c9b955c3eeb6216346b2480ba58ec6c69d70ebec86dd93261b0a41e20ec816a479334de3606320bcf
benchmark_results.txt266 B (266 B)9724ccfe723b67f78e7d0800675080d1447115c3dc2d1a8d1a50b11d8fb7d430a524be45c0f4fa0e4d382c87582b174dfceefde7
benchmark_translations.zip628.0 KB (643,073 B)8940aa0b2d8c808e9991af52dd9705b5adf61cc3cb47db462b7edce7c5d7611e17cb678e00fe96fdd4fbca428252f7247e2d7abe
config.json1.0 KB (1,068 B)0ab64c22054df7b7ea2586349ec0a66f1a2dabad5364df1626882820628dec67310bb7ca14c8938e9f2b0b7766cf4f051d188413
generation_config.json293 B (293 B)cf9df94476c87ee1a265030718ef74b2890f5a8c95b6219063f279c3b0ee22a19981d1afe6f3f52c16a08453eaddadc51b0ce4ad
model.safetensors399.0 MB (418,346,322 B)6daa87ed55f49644b03e7d7c870fed424792ffd3f7d6ccf642f1672e6b06d46bc406a3f12220b70603f6745dfbce5c097f8511c2
pytorch_model.bin399.0 MB (418,403,333 B)0f4beb0c676ac9bcbee542165aaf1756c44ae3e4ae2ef2550f42c5fddeaaeb4e9814090f6cb94198d7aa8b89f769c677e1f49446
source.spm771.4 KB (789,870 B)c59bd8e30e7e3177133d0df4c234ee7a796717623d0591e65c49541d82f48df33d7b322c3d4ee7aa0ee8747f9a7f9355dbf22c95
special_tokens_map.json65 B (65 B)6dc4d430ddbd24171268d73da061ce9f0b09291109059cedc26bc46bc09a52f05b92d4922e11917e87f3b92059bb1a63a59ab2c4
target.spm796.4 KB (815,483 B)fb2b7c29d78f1eb2d9b9cc324df86c1b68b6e9433d2aa641a0890d8966ab8703b109895a4e522713ce99b4a0192bfacb495bc97c
tokenizer_config.json341 B (341 B)e9450b5aef0b60a10197c4e862966da51ac94c179160c71f954e46e4616cf13501c392b8ec0c4a05b5c663a654cfa44cbbf83b3f
vocab.json936.4 KB (958,876 B)3ff4b96b594cb6dc346bb36d3d930fdd4b55055c9e03014979d240f6a6d1c5dc53cd14f4841351326d345d437d48d115eff67b5f

Cite this release

Canonical URL
https://aiseedbank.org/models/Helsinki-NLP_opus-mt-tc-big-en-ko/
Slug
Helsinki-NLP_opus-mt-tc-big-en-ko
Infohash
7fedb0b1c4350926dfb417fcacb21790a211b1d4
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-en-ko.SHA256SUMS (+ minisign signature).

Provenance

Upstream repositoryHelsinki-NLP/opus-mt-tc-big-en-ko
Revision (pinned)ae8606b7b29a495f31ce679cee2007f536a3a5ce
Fetched at2026-09-02T03:14:37Z
License at fetchcc-by-4.0
Snapshot toolhuggingface · seedbank 0.1.0

Trackers

✓ verified · rehash-vs-hf-metadata at 2026-09-02T03:14:47Z

cc-by-4.0801.1 MB (839,966,646 bytes)transformerspytorchsafetensorsmariantext2text-generationtranslationopus-mt-tcmodel-indexendpoints_compatible3 languages (tf, en, ko)