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

← All models

Helsinki-NLP_opus-mt-tc-big-tr-en

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
  • tr tags:
  • translation
  • opus-mt-tc license: cc-by-4.0 model-index:
  • name: opus-mt-tc-big-tr-en results:
    • task: name: Translation tur-eng type: translation args: tur-eng dataset: name: flores101-devtest type: flores_101 args: tur eng devtest metrics:
      • name: BLEU type: bleu value: 37.6
    • task: name: Translation tur-eng type: translation args: tur-eng dataset: name: newsdev2016 type: newsdev2016 args: tur-eng metrics:
      • name: BLEU type: bleu value: 32.1
    • task: name: Translation tur-eng type: translation args: tur-eng dataset: name: tatoeba-test-v2021-08-07 type: tatoeba_mt args: tur-eng metrics:
      • name: BLEU type: bleu value: 57.6
    • task: name: Translation tur-eng type: translation args: tur-eng dataset: name: newstest2016 type: wmt-2016-news args: tur-eng metrics:
      • name: BLEU type: bleu value: 29.3
    • task: name: Translation tur-eng type: translation args: tur-eng dataset: name: newstest2017 type: wmt-2017-news args: tur-eng metrics:
      • name: BLEU type: bleu value: 29.7
    • task: name: Translation tur-eng type: translation args: tur-eng dataset: name: newstest2018 type: wmt-2018-news args: tur-eng metrics:
      • name: BLEU type: bleu value: 30.7

opus-mt-tc-big-tr-en

Neural machine translation model for translating from Turkish (tr) 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.

  • 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",
}

Model info

  • Release: 2022-03-17
  • source language(s): tur
  • target language(s): eng
  • model: transformer-big
  • data: opusTCv20210807+bt (source)
  • tokenization: SentencePiece (spm32k,spm32k)
  • original model: opusTCv20210807+bt_transformer-big_2022-03-17.zip
  • more information released models: OPUS-MT tur-eng README

Usage

A short example code:

from transformers import MarianMTModel, MarianTokenizer

src_text = [
    "Allahsızlığı Yayma Kürsüsü başkanıydı.",
    "Tom'a ne olduğunu öğrenin."
]

model_name = "pytorch-models/opus-mt-tc-big-tr-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:
#     He was the president of the Curse of Spreading Godlessness.
#     Find out what happened to Tom.

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-tr-en")
print(pipe("Allahsızlığı Yayma Kürsüsü başkanıydı."))

# expected output: He was the president of the Curse of Spreading Godlessness.

Benchmarks

  • test set translations: opusTCv20210807+bt_transformer-big_2022-03-17.test.txt
  • test set scores: opusTCv20210807+bt_transformer-big_2022-03-17.eval.txt
  • benchmark results: benchmark_results.txt
  • benchmark output: benchmark_translations.zip
langpair testset chr-F BLEU #sent #words
tur-eng tatoeba-test-v2021-08-07 0.71895 57.6 13907 109231
tur-eng flores101-devtest 0.64152 37.6 1012 24721
tur-eng newsdev2016 0.58658 32.1 1001 21988
tur-eng newstest2016 0.56960 29.3 3000 66175
tur-eng newstest2017 0.57455 29.7 3007 67703
tur-eng newstest2018 0.58488 30.7 3000 68725

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: 3405783
  • port time: Wed Apr 13 20:02:48 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:b1614c2f5b19ba8e347c641bb64601621537598e&dn=Helsinki-NLP_opus-mt-tc-big-tr-en

Open magnet in torrent client · infohash b1614c2f5b19ba8e347c641bb64601621537598e

Files & hashes

PathSizesha1sha256
README.md7.0 KB (7,166 B)fcc66bd3db2f73b9fea7c155897f3bce192846a79055d3b933b97a28e46d9574262ab8a49d6ed34fef2cafa6bd4fcffc2720b80d
benchmark_results.txt449 B (449 B)c487952b7110db3a492bf93a683b1e53b723bf805b30315f910af6b3bad4fe7f199fa02fa2b524f2d2fb73f8c57fa01ef8b80c3e
benchmark_translations.zip2.7 MB (2,832,157 B)0097d9dc5a73a61e48abaa36b414e625407025df75db4611e44e50362901e0a859e55ec297baf8f77c72517d93d129ed0c0a3a34
config.json1.1 KB (1,076 B)bbc60a519817b1d987201d2d2918c810c4cc70059e03c439d75b5166feb31a01eeedb2befdc01eb41b3541ce37dc8e61eebd9d93
generation_config.json301 B (301 B)035af89db93dbe4e85b82fb5a159e0df983a14c08cdf53889db9c60b7c62056f5a6e50825379f1d0f6e7ff00fb7916d42af09137
model.safetensors448.0 MB (469,717,280 B)0cadef847b4e1ca1e3e144fa6e39cb90d0ed8d0dfbb0eb4c56cf9a6248adbda79c2bbce72cd8969b4b794fbbc434d4b7d995549d
pytorch_model.bin448.0 MB (469,774,277 B)baedc7e14996a7835d854be13b7091315677c2ebf7b144ac803253b7ea70e00b673f3d45c43587cb528225cff514e540e126e630
source.spm813.8 KB (833,378 B)635ec6c496da5214ee68d35a7224fbbac114b973a6946a00a5cbd04044bb1c25b48ea798561a2fd12d872e5d1452bdc3dc076e77
special_tokens_map.json65 B (65 B)6dc4d430ddbd24171268d73da061ce9f0b09291109059cedc26bc46bc09a52f05b92d4922e11917e87f3b92059bb1a63a59ab2c4
target.spm778.3 KB (796,940 B)fbc7551df90841071856411cc015b2f17a5c62f0cfd9506b675c3f26850ae08995f5a7c8baf56db49d9784a80f418fb8a9210d48
tokenizer_config.json337 B (337 B)de49235ccca5760104e0f324dc264db0da24eaec923ca4a80543f39d3dde8fbb00b7af31dd7363d460e622b7a3159258f7693e4a
vocab.json1.4 MB (1,501,287 B)0dc21962e176abd434d8e6eeb05a971259bbf8b201ef522455d2bf22b0716416ee34688cc2b3f5fa257f742665d21b6acc450ac1

Cite this release

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

Provenance

Upstream repositoryHelsinki-NLP/opus-mt-tc-big-tr-en
Revision (pinned)2261c8fc7b1af59caee87f8ff0ecf3fbccfe8391
Fetched at2026-09-02T03:16:31Z
License at fetchcc-by-4.0
Snapshot toolhuggingface · seedbank 0.1.0

Trackers

✓ verified · rehash-vs-hf-metadata at 2026-09-02T03:16:42Z

cc-by-4.0901.7 MB (945,464,713 bytes)transformerspytorchsafetensorsmariantext2text-generationtranslationopus-mt-tcmodel-indexendpoints_compatible3 languages (tf, en, tr)