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

← All models

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

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-en-tr results:
    • task: name: Translation eng-tur type: translation args: eng-tur dataset: name: flores101-devtest type: flores_101 args: eng tur devtest metrics:
      • name: BLEU type: bleu value: 31.4
    • task: name: Translation eng-tur type: translation args: eng-tur dataset: name: newsdev2016 type: newsdev2016 args: eng-tur metrics:
      • name: BLEU type: bleu value: 21.9
    • task: name: Translation eng-tur type: translation args: eng-tur dataset: name: tatoeba-test-v2021-08-07 type: tatoeba_mt args: eng-tur metrics:
      • name: BLEU type: bleu value: 42.3
    • task: name: Translation eng-tur type: translation args: eng-tur dataset: name: newstest2016 type: wmt-2016-news args: eng-tur metrics:
      • name: BLEU type: bleu value: 23.4
    • task: name: Translation eng-tur type: translation args: eng-tur dataset: name: newstest2017 type: wmt-2017-news args: eng-tur metrics:
      • name: BLEU type: bleu value: 25.4
    • task: name: Translation eng-tur type: translation args: eng-tur dataset: name: newstest2018 type: wmt-2018-news args: eng-tur metrics:
      • name: BLEU type: bleu value: 22.6

opus-mt-tc-big-en-tr

Neural machine translation model for translating from English (en) to Turkish (tr).

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-02-25
  • source language(s): eng
  • target language(s): tur
  • model: transformer-big
  • data: opusTCv20210807+bt (source)
  • tokenization: SentencePiece (spm32k,spm32k)
  • original model: opusTCv20210807+bt_transformer-big_2022-02-25.zip
  • more information released models: OPUS-MT eng-tur README

Usage

A short example code:

from transformers import MarianMTModel, MarianTokenizer

src_text = [
    "I know Tom didn't want to eat that.",
    "On Sundays, we would get up early and go fishing."
]

model_name = "pytorch-models/opus-mt-tc-big-en-tr"
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:
#     Tom'un bunu yemek istemediğini biliyorum.
#     Pazar günleri erkenden kalkıp balık tutmaya giderdik.

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-tr")
print(pipe("I know Tom didn't want to eat that."))

# expected output: Tom'un bunu yemek istemediğini biliyorum.

Benchmarks

  • test set translations: opusTCv20210807+bt_transformer-big_2022-02-25.test.txt
  • test set scores: opusTCv20210807+bt_transformer-big_2022-02-25.eval.txt
  • benchmark results: benchmark_results.txt
  • benchmark output: benchmark_translations.zip
langpair testset chr-F BLEU #sent #words
eng-tur tatoeba-test-v2021-08-07 0.68726 42.3 13907 84364
eng-tur flores101-devtest 0.62829 31.4 1012 20253
eng-tur newsdev2016 0.58947 21.9 1001 15958
eng-tur newstest2016 0.57624 23.4 3000 50782
eng-tur newstest2017 0.58858 25.4 3007 51977
eng-tur newstest2018 0.57848 22.6 3000 53731

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 18:11:39 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:6df82c20a5b371579f9f4d6f62eb991eaf917b52&dn=Helsinki-NLP_opus-mt-tc-big-en-tr

Open magnet in torrent client · infohash 6df82c20a5b371579f9f4d6f62eb991eaf917b52

Files & hashes

PathSizesha1sha256
README.md7.0 KB (7,151 B)2e38bf680e6fe150371c1fa89495f8e379d1b996c79a92d2daf4cc9751e46ea4f47b42a4cd7fde60c8408738a1628a24f28efd23
benchmark_results.txt448 B (448 B)199eaa304bbaedcfb1a1bf4509401ef281d4239ad5a3e13065ebcb34496a53f1a9b83708123fd09c559800037d5eca5a66ba1e98
benchmark_translations.zip2.7 MB (2,861,177 B)c5fa2702339c2308358dda250f2e05ba2ce0c76046ef1d8eaa9786a88506a54a71e6882969732e0f24070ad849b577e4791e9ad9
config.json1.1 KB (1,137 B)e2229e55db12a9a5284018e443f1f4afed4efe43d5ff17d7f5373c403a3ed253d963e5f487a2b95607abdb873429ad4de64db598
generation_config.json301 B (301 B)9649c310ccaa09a66c7a93acf6f61dfdfa8e2ebcce15a9d95dab088acce51412f52923d21211575a610d892cd6fa63d07ec7cc16
pytorch_model.bin448.0 MB (469,780,741 B)d5c1c243e7b6137c51380c5bb872181263c982727bc7e1973431752bcbb083c090c3c8f1e6eb3389d2e2e0faf9bf1a85d969a789
source.spm778.3 KB (796,953 B)b6895033728df409f60145f8c63a376559a8f899180d3f94ddfee5585d78b702290ded0f4f9bd40f299349c8383b32a579fefad4
special_tokens_map.json65 B (65 B)6dc4d430ddbd24171268d73da061ce9f0b09291109059cedc26bc46bc09a52f05b92d4922e11917e87f3b92059bb1a63a59ab2c4
target.spm813.9 KB (833,391 B)e899cc6116c2814e4c43f07fc78c91166c60c1afcd0c475692178b6c626aadaef01bd8f98d8053946938e4e67005fc1e4811d797
tokenizer_config.json337 B (337 B)a14b7b52e29c8d81e023e664924cb9ed0832896ed1c0ae7cc1a0792a689b16354433fd8825df850248e31a92b037233a1875b1da
vocab.json1.4 MB (1,501,287 B)0dc21962e176abd434d8e6eeb05a971259bbf8b201ef522455d2bf22b0716416ee34688cc2b3f5fa257f742665d21b6acc450ac1

Cite this release

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

Provenance

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

Trackers

✓ verified · rehash-vs-hf-metadata at 2026-09-02T03:15:18Z

cc-by-4.0453.7 MB (475,782,988 bytes)transformerspytorchmariantext2text-generationtranslationopus-mt-tcmodel-indexendpoints_compatible3 languages (tf, en, tr)