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

← All models

Helsinki-NLP_opus-mt-tc-big-he-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
  • he tags:
  • translation
  • opus-mt-tc license: cc-by-4.0 model-index:
  • name: opus-mt-tc-big-he-en results:
    • task: name: Translation heb-eng type: translation args: heb-eng dataset: name: flores101-devtest type: flores_101 args: heb eng devtest metrics:
      • name: BLEU type: bleu value: 44.1
    • task: name: Translation heb-eng type: translation args: heb-eng dataset: name: tatoeba-test-v2021-08-07 type: tatoeba_mt args: heb-eng metrics:
      • name: BLEU type: bleu value: 53.8

opus-mt-tc-big-he-en

Neural machine translation model for translating from Hebrew (he) 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-13
  • source language(s): heb
  • target language(s): eng
  • model: transformer-big
  • data: opusTCv20210807+bt (source)
  • tokenization: SentencePiece (spm32k,spm32k)
  • original model: opusTCv20210807+bt_transformer-big_2022-03-13.zip
  • more information released models: OPUS-MT heb-eng README

Usage

A short example code:

from transformers import MarianMTModel, MarianTokenizer

src_text = [
    "היא שכחה לכתוב לו.",
    "אני רוצה לדעת מיד כשמשהו יקרה."
]

model_name = "pytorch-models/opus-mt-tc-big-he-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:
#     She forgot to write to him.
#     I want to know as soon as something happens.

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-he-en")
print(pipe("היא שכחה לכתוב לו."))

# expected output: She forgot to write to him.

Benchmarks

  • test set translations: opusTCv20210807+bt_transformer-big_2022-03-13.test.txt
  • test set scores: opusTCv20210807+bt_transformer-big_2022-03-13.eval.txt
  • benchmark results: benchmark_results.txt
  • benchmark output: benchmark_translations.zip
langpair testset chr-F BLEU #sent #words
heb-eng tatoeba-test-v2021-08-07 0.68565 53.8 10519 77427
heb-eng flores101-devtest 0.68116 44.1 1012 24721

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 19:27:12 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:c20ddee0b637fa30a6562c3988ac2db678ae0a52&dn=Helsinki-NLP_opus-mt-tc-big-he-en

Open magnet in torrent client · infohash c20ddee0b637fa30a6562c3988ac2db678ae0a52

Files & hashes

PathSizesha1sha256
README.md5.8 KB (5,935 B)4f77dddd943714be8b11463c056d52d7497d0f31d41e7ff563374bfada66121e4761a01e7da19875332cec485cdc294702a65fb0
benchmark_results.txt269 B (269 B)c5dc810ef8c728eebbcd2ac2ce39bb2c3a37b66229858aa196cd45fe6e658a7d622987088d516e4166f1149e9a4aca559db878d0
benchmark_translations.zip1.4 MB (1,430,301 B)3d3ba7c62ebfe16028dd4e8f73db01ed0828537b5a33ae973188c6162ab85c4d0968b7cbf2824c978be8ff962ecf4227f3d3bb30
config.json1.1 KB (1,076 B)f31bacc4141b0ab54d4b81b957c599309905d64b1683ad5411d493dd6a912b64a23b05a66685b8b0857968783ded5d69a5caefc9
generation_config.json301 B (301 B)e769f735c2f4f18645bcfe83c739f6a0a47d5a85178cc4339ea8866ac2ff9e1f20fb609786db7af6bee92824e9cdb26f6648bfb5
model.safetensors454.2 MB (476,295,730 B)73744d723528e8f7ca5b52ec308c19a5b28548a1a87ec3a7225963cbc97874f7f39c6faaaa9de869dd5e84485617c6612ceac823
pytorch_model.bin454.3 MB (476,352,709 B)4b58afafb635d9a0c2c332bbc3c0ff9dd841752fe31f85b691b44ecf1a96d9cadf7fb819b5f834a4862c2d94bd532e7df2579af7
source.spm860.8 KB (881,489 B)e28c10e1af4f1c6b1ace99f1a57f0ff7b5dc865013dabf370542066abcfd660e72887d0ce1296a04e15913d2ec47793656434257
special_tokens_map.json65 B (65 B)6dc4d430ddbd24171268d73da061ce9f0b09291109059cedc26bc46bc09a52f05b92d4922e11917e87f3b92059bb1a63a59ab2c4
target.spm780.4 KB (799,154 B)de417c6e4f13bec43565f514df9bdddf8c987ebdda28ecbe4e59653b716708410b78edbd9fd639978f01002e2a8bc9319b1ee933
tokenizer_config.json337 B (337 B)f765abe96d1856b73c6bbd9a1b5f191c6ec756ffa762d3bfc6544225c4dd9940cd2d4e33330be65caf3bb339229e2b3564ce6cd5
vocab.json2.0 MB (2,072,892 B)120b50e46391303e9360e69f3eb738e894b3401eabe93c914993f4dd8c10a7ff9cd97e813fcd1dd28dafb539504b509d8ad6183f

Cite this release

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

Provenance

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

Trackers

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

cc-by-4.0913.5 MB (957,840,258 bytes)transformerspytorchsafetensorsmariantext2text-generationtranslationopus-mt-tcmodel-indexendpoints_compatible3 languages (tf, en, he)