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

← All models

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

  • el
  • en tags:
  • translation
  • opus-mt-tc license: cc-by-4.0 model-index:
  • name: opus-mt-tc-big-el-en results:
    • task: name: Translation ell-eng type: translation args: ell-eng dataset: name: flores101-devtest type: flores_101 args: ell eng devtest metrics:
      • name: BLEU type: bleu value: 33.9
    • task: name: Translation ell-eng type: translation args: ell-eng dataset: name: tatoeba-test-v2021-08-07 type: tatoeba_mt args: ell-eng metrics:
      • name: BLEU type: bleu value: 68.8

opus-mt-tc-big-el-en

Neural machine translation model for translating from Modern Greek (1453-) (el) 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-02-25
  • source language(s): ell
  • target language(s): eng
  • 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 ell-eng README

Usage

A short example code:

from transformers import MarianMTModel, MarianTokenizer

src_text = [
    "Το σχολείο μας έχει εννιά τάξεις.",
    "Άρχισε να τρέχει."
]

model_name = "pytorch-models/opus-mt-tc-big-el-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:
#     Our school has nine classes.
#     He started running.

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-el-en")
print(pipe("Το σχολείο μας έχει εννιά τάξεις."))

# expected output: Our school has nine classes.

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
ell-eng tatoeba-test-v2021-08-07 0.79708 68.8 10899 68682
ell-eng flores101-devtest 0.61252 33.9 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 18:48:34 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:fea0042b63d9438d1cdd6da31ad83e533c690522&dn=Helsinki-NLP_opus-mt-tc-big-el-en

Open magnet in torrent client · infohash fea0042b63d9438d1cdd6da31ad83e533c690522

Files & hashes

PathSizesha1sha256
README.md5.8 KB (5,959 B)d35780e4bb61f5ed2d1c52194313265fc2fb7e474392ea31df3288ed502f43d1a6946a0f5df687f437976c4b17ec2a38daabe5f1
benchmark_results.txt269 B (269 B)1dd2478c5e46bbda38985d0aa559d3f26790a3b297226ee9023d62844003b7740c3bdbfde537da6109a1c92363587d1a79edb92b
benchmark_translations.zip1.2 MB (1,294,107 B)d638e97b11fc5ea6d04c44f6106c78443e9d42c289533bdf278e3dae59624bd97f2091d4f6ec888e8ed56140ee423744f7e281e6
config.json1.1 KB (1,137 B)e5045588b293ece757ec4273e7bda5b501b14b0174a2e3223e486497acd40af7200a6e30e39d3eb033f6e97b96c919c401a0762d
generation_config.json301 B (301 B)93045a538a390dac8cd9895b3dd2c2232ae1bcf7615f94a6d4048e4e36a4deb53a5568579b34561fed3ed51c2b0d74c94a4cbee1
pytorch_model.bin566.4 MB (593,887,683 B)1e5a8279ec26abe75012ae8a200d154aadf08f102a30b159a0e11459c18e5613255087f3adfa3ecaffb551e9609638fe69ca6d6d
source.spm979.5 KB (1,003,051 B)76f9a6dddaac4c44e9a41cdb01fc1fe2b372ee901f78d71e80e2dc22697802dfea24855499c5d482d1c47611f96a96af0b38ea4f
special_tokens_map.json65 B (65 B)6dc4d430ddbd24171268d73da061ce9f0b09291109059cedc26bc46bc09a52f05b92d4922e11917e87f3b92059bb1a63a59ab2c4
target.spm779.8 KB (798,530 B)799f1c716bd7cabb74c2a5079cee0c128b20d2b9eb161fb698225d722b251738042d6e27481a66ba96477ab0fb046d8aa937ab2c
tokenizer_config.json337 B (337 B)211d958ea15e241f9618c3157526bb773f12b5f9ff45a3a17d2730f46ca937763d394cb75f1defb68c4262f33525ffae2c697fd2
vocab.json2.3 MB (2,378,080 B)8305f3a6269a75233a17849ba8b365bc8c4695739471bb9e28087dbc7961228a7a7495d3f6dd3e5a6c62cfc89d9efd2fc243340e

Cite this release

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

Provenance

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

Trackers

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

cc-by-4.0571.6 MB (599,369,519 bytes)transformerspytorchmariantext2text-generationtranslationopus-mt-tcmodel-indexendpoints_compatible3 languages (tf, el, en)