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

← All models

Helsinki-NLP_opus-mt-tc-big-ar-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:

  • ar
  • en tags:
  • translation
  • opus-mt-tc license: cc-by-4.0 model-index:
  • name: opus-mt-tc-big-ar-en results:
    • task: name: Translation ara-eng type: translation args: ara-eng dataset: name: flores101-devtest type: flores_101 args: ara eng devtest metrics:
      • name: BLEU type: bleu value: 42.6
    • task: name: Translation ara-eng type: translation args: ara-eng dataset: name: tatoeba-test-v2021-08-07 type: tatoeba_mt args: ara-eng metrics:
      • name: BLEU type: bleu value: 47.3
    • task: name: Translation ara-eng type: translation args: ara-eng dataset: name: tico19-test type: tico19-test args: ara-eng metrics:
      • name: BLEU type: bleu value: 44.4

opus-mt-tc-big-ar-en

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

Usage

A short example code:

from transformers import MarianMTModel, MarianTokenizer

src_text = [
    "اتبع قلبك فحسب.",
    "وين راهي دّوش؟"
]

model_name = "pytorch-models/opus-mt-tc-big-ar-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:
#     Just follow your heart.
#     Wayne Rahi Dosh?

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-ar-en")
print(pipe("اتبع قلبك فحسب."))

# expected output: Just follow your heart.

Benchmarks

  • test set translations: opusTCv20210807+bt_transformer-big_2022-03-09.test.txt
  • test set scores: opusTCv20210807+bt_transformer-big_2022-03-09.eval.txt
  • benchmark results: benchmark_results.txt
  • benchmark output: benchmark_translations.zip
langpair testset chr-F BLEU #sent #words
ara-eng tatoeba-test-v2021-08-07 0.63477 47.3 10305 76975
ara-eng flores101-devtest 0.66987 42.6 1012 24721
ara-eng tico19-test 0.68521 44.4 2100 56323

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:17:57 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:d847fa7db0751a6d5959d8bba6d97b841fe70e1a&dn=Helsinki-NLP_opus-mt-tc-big-ar-en

Open magnet in torrent client · infohash d847fa7db0751a6d5959d8bba6d97b841fe70e1a

Files & hashes

PathSizesha1sha256
README.md6.0 KB (6,159 B)e8fb755514aeb86d8b42b57bcdbf3a4a68f97f721ab6e366712f93793b11bfb1e14d76c6df73fbe8dbae048c20971fbd746dc3cb
benchmark_results.txt475 B (475 B)97a82194683c42c887cbc05a9778c6806d454186334a3b6a21c26f260aefe2eddcf079eaa28e00f03a531a5af5bc39db4d54d8e5
benchmark_translations.zip1.9 MB (1,946,093 B)b8922115caa9d6f62bb720c1ebf1914d86c39fe9a08de3880b19c01f53abb3bcb6e2732dbabbd74f769dc8517ee32d206851bc51
config.json1.1 KB (1,137 B)68481f5ad1a9c88fdb01f456ff3cf8183b0454ae32794a84cbdd9f57690936e3f1f53eb4064807434b094280005cad2dfeb1916f
generation_config.json301 B (301 B)8ba9f81dce132aa28c9cc081e48ce443f9bb1153c960a2667b9a46c8b2405fdbb1ac38359631c338d1cc853945b6afc54f2b9e2a
pytorch_model.bin575.3 MB (603,231,107 B)96de4827e38d6b2609125a4105b7478a83087c6c64f31293773439b71d1cf1a5e14bb4b1f5e4168010f8113b80a73c663cf2a733
source.spm893.6 KB (915,066 B)8f4fd0f7a606a7a0efde9c82cb73ff4afa8ee0edfce8e7e41d2e9337d5176edc530bd900efd6d99f86153f755c88529796b67a65
special_tokens_map.json65 B (65 B)6dc4d430ddbd24171268d73da061ce9f0b09291109059cedc26bc46bc09a52f05b92d4922e11917e87f3b92059bb1a63a59ab2c4
target.spm785.4 KB (804,240 B)92618a7fa372917411e220c84742238c5cbb4e8dcd90eef39e9f181bac516565a7bfc239306ecd446eb0adc85a44be4458fe6fe9
tokenizer_config.json337 B (337 B)98db03207c89b9e40c6916818a6c9f829cb35475ceece29f31232dc0fc2faeb44cf30993d0b19f71c0212b4929601d6973b7198d
vocab.json2.1 MB (2,195,976 B)1b3c6d7a320c8517bca22393287fee31de54d9eac689b18dd0b9486500d495940d0b9036d9557e9195526ca2f5098133bdaf6484

Cite this release

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

Provenance

Upstream repositoryHelsinki-NLP/opus-mt-tc-big-ar-en
Revision (pinned)bcb4acd39ee8e3552e171653a8e31a10729b4330
Fetched at2026-09-02T03:13:17Z
License at fetchcc-by-4.0
Snapshot toolhuggingface · seedbank 0.1.0

Trackers

✓ verified · rehash-vs-hf-metadata at 2026-09-02T03:13:28Z

cc-by-4.0580.9 MB (609,100,956 bytes)transformerspytorchmariantext2text-generationtranslationopus-mt-tcmodel-indexendpoints_compatible3 languages (tf, ar, en)