Helsinki-NLP_opus-mt-tc-big-en-it
Helsinki-NLP · View on Hugging Face ↗
Get this model
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
- it tags:
- translation
- opus-mt-tc license: cc-by-4.0 model-index:
- name: opus-mt-tc-big-en-it
results:
- task:
name: Translation eng-ita
type: translation
args: eng-ita
dataset:
name: flores101-devtest
type: flores_101
args: eng ita devtest
metrics:
- name: BLEU type: bleu value: 29.6
- task:
name: Translation eng-ita
type: translation
args: eng-ita
dataset:
name: tatoeba-test-v2021-08-07
type: tatoeba_mt
args: eng-ita
metrics:
- name: BLEU type: bleu value: 53.9
- task:
name: Translation eng-ita
type: translation
args: eng-ita
dataset:
name: newstest2009
type: wmt-2009-news
args: eng-ita
metrics:
- name: BLEU type: bleu value: 31.6
- task:
name: Translation eng-ita
type: translation
args: eng-ita
dataset:
name: flores101-devtest
type: flores_101
args: eng ita devtest
metrics:
opus-mt-tc-big-en-it
Neural machine translation model for translating from English (en) to Italian (it).
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): eng
- target language(s): ita
- 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 eng-ita README
Usage
A short example code:
from transformers import MarianMTModel, MarianTokenizer
src_text = [
"He was always very respectful.",
"This cat is black. Is the dog, too?"
]
model_name = "pytorch-models/opus-mt-tc-big-en-it"
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:
# Era sempre molto rispettoso.
# Questo gatto e' nero, e' anche il cane?
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-it")
print(pipe("He was always very respectful."))
# expected output: Era sempre molto rispettoso.
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 |
|---|---|---|---|---|---|
| eng-ita | tatoeba-test-v2021-08-07 | 0.72539 | 53.9 | 17320 | 116336 |
| eng-ita | flores101-devtest | 0.59002 | 29.6 | 1012 | 27306 |
| eng-ita | newssyscomb2009 | 0.60759 | 31.2 | 502 | 11551 |
| eng-ita | newstest2009 | 0.60441 | 31.6 | 2525 | 63466 |
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 17:27:22 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:3957d7230318fe8f0231cd9b7fa063d362a23472&dn=Helsinki-NLP_opus-mt-tc-big-en-itOpen magnet in torrent client · infohash 3957d7230318fe8f0231cd9b7fa063d362a23472
Files & hashes
| Path | Size | sha1 | sha256 |
|---|---|---|---|
| README.md | 6.1 KB (6,266 B) | 746d7c673be4c0da609b46ff2cc2c57f8fc99f31 | 41b613845635a5abc7408b9ad792643d19107eca95d5491ea794e35a730768c5 |
| benchmark_results.txt | 362 B (362 B) | 50118afbd5d27d86afe1cbba219a394842175041 | 98504ff492ca290e6766b0e2cf5ae6c7ef35864fe792b03f0d6cdf4f9df6d4a3 |
| benchmark_translations.zip | 1.8 MB (1,903,562 B) | 7ae2883617ee6e59f9f24d2a6a228ce41d2548c9 | 67e96a2c8c2d38cd7661bc4d7f7bf00334eb12aebb01e6e7ea4f8ceb9378e051 |
| config.json | 1.1 KB (1,076 B) | 360c18ae934222e4c119671dcab536e34c3999aa | 5861e40439bcde373a169f2d14c495d0f966276d7188375e040267168bdeceb2 |
| generation_config.json | 301 B (301 B) | 87aadaec4e35242afa0cd763e97ff5f3915f3993 | 9a66d67058bcb09dd2989fe532cfe826c0c3e2bc61d470649b105aa3d6e5e939 |
| model.safetensors | 442.8 MB (464,309,380 B) | 97024954025c028dff4daf32220b2106912535fb | 5c8e2b4c7c161fb30cb609818d187101697d06e5c6265700adfa91126478b6d1 |
| pytorch_model.bin | 442.9 MB (464,366,341 B) | 2895f8f19a3d5adfff350e8027612edc5a5aee75 | d9d0637a282266f2a6c9b7a0000640a505fe85352eed703e09ff161f9273b905 |
| source.spm | 784.0 KB (802,852 B) | a15ef687657082355e18354cde4b377cf7e1b729 | 50e828d41b3ea6c89ef4c3312cb74ba3d942f4d313ec19c5115aa535cb5ba286 |
| special_tokens_map.json | 65 B (65 B) | 6dc4d430ddbd24171268d73da061ce9f0b092911 | 09059cedc26bc46bc09a52f05b92d4922e11917e87f3b92059bb1a63a59ab2c4 |
| target.spm | 800.9 KB (820,134 B) | 80c8ac809e6843f028fce0b5daf7faf2b0b0b4a2 | cf5ee094f498d8391ff2bbd52c4488c3d53f72175ff9b3e8094bfd45ffc77c59 |
| tokenizer_config.json | 337 B (337 B) | e7462c2424f0d43c56cf880409a4bb76620b9e18 | 5eabd035534ff0632cdc4b292cac52466ef6bfa45e909cf9739b7ebfdb2430d5 |
| vocab.json | 1.3 MB (1,339,648 B) | 100dbf81a2961b9b181980d335d54a1ba3e5a3af | 9766cd57e5d252f2b905fff26fdb8c9b2d1f7b29dd9e1fffdffecf723980a394 |
Cite this release
- Canonical URL
- https://aiseedbank.org/models/Helsinki-NLP_opus-mt-tc-big-en-it/
- Slug
- Helsinki-NLP_opus-mt-tc-big-en-it
- Infohash
- 3957d7230318fe8f0231cd9b7fa063d362a23472
- 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-it.SHA256SUMS (+ minisign signature).
Provenance
| Upstream repository | Helsinki-NLP/opus-mt-tc-big-en-it |
|---|---|
| Revision (pinned) | 592d2cfb0797867f1dd223e49141de051faa65c7 |
| Fetched at | 2026-09-02T03:14:25Z |
| License at fetch | cc-by-4.0 |
| Snapshot tool | huggingface · seedbank 0.1.0 |
Trackers
- udp://announce.aitorrent.org:6969/announce
- http://announce.aitorrent.org:7070/announce
- udp://announce2.aitorrent.org:6970/announce
- http://announce2.aitorrent.org:7071/announce
- udp://tracker.opentrackr.org:1337/announce
- udp://open.demonii.com:1337/announce
- udp://open.stealth.si:80/announce
- udp://exodus.desync.com:6969/announce
- udp://tracker.torrent.eu.org:451/announce
✓ verified · rehash-vs-hf-metadata at 2026-09-02T03:14:37Z
cc-by-4.0890.3 MB (933,550,324 bytes)transformerspytorchsafetensorsmariantext2text-generationtranslationopus-mt-tcmodel-indexendpoints_compatible3 languages (tf, en, it)