Helsinki-NLP_opus-mt_tiny_eng-tur
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.
license: apache-2.0 datasets:
- Helsinki-NLP/tatoeba
- openlanguagedata/flores_plus
- facebook/bouquet language:
- en
- tr metrics:
- bleu
- comet
- chrf pipeline_tag: translation
OPUS-MT-tiny-eng-tur
Distilled model from a Tatoeba-MT Teacher: Tatoeba-MT-models/eng-tur/opusTCv20210807+bt_transformer-big_2022-02-25), which has been trained on the Tatoeba dataset.
We used the OpusDistillery to train new a new student with the tiny architecture, with a regular transformer decoder. For training data, we used Tatoeba. The configuration file fed into OpusDistillery can be found here.
How to run
from transformers import MarianMTModel, MarianTokenizer
model_name = "Helsinki-NLP/opus-mt_tiny_eng-tur"
tokenizer = MarianTokenizer.from_pretrained(model_name)
model = MarianMTModel.from_pretrained(model_name)
tok = tokenizer("Persians have a relatively easy and mostly smooth grammar.", return_tensors="pt").input_ids
output = model.generate(tok)[0]
tokenizer.decode(output, skip_special_tokens=True)
Benchmarks
Teacher
| testset | BLEU | chr-F | COMET |
|---|---|---|---|
| Flores+ | 31.4 | 62.8 | 0.8854 |
| Bouquet | 36.6 | 66.5 | 0.9058 |
Student
| testset | BLEU | chr-F | COMET |
|---|---|---|---|
| Flores+ | 28.5 | 62.8 | 0.8633 |
| Bouquet | 33.0 | 64.6 | 0.8899 |
Marian models
We also provide Marian-compatible versions of this model. To use them, compile Marian and run decoding with marian-decoder, for example:
marian-decoder \
-i input.txt \
-c final.model.npz.best-perplexity.npz.decoder.yml \
-m final.model.npz.best-perplexity.npz \
-v vocab.spm vocab.spm
Magnet link
Opens the swarm directly in your torrent client — no file download needed. Copy-paste works too:
magnet:?xt=urn:btih:5674ed7d449913b43f2e8bb14d516c94eb357fbf&dn=Helsinki-NLP_opus-mt_tiny_eng-turOpen magnet in torrent client · infohash 5674ed7d449913b43f2e8bb14d516c94eb357fbf
Files & hashes
| Path | Size | sha1 | sha256 |
|---|---|---|---|
| README.md | 2.1 KB (2,187 B) | 0d3c5eff1d17cddd98e93a13e613f84edb803d92 | 51956071b4b479f7743dca8395e42e0b335beb4b8e3ed661014e0faa9f21b55c |
| added_tokens.json | 19 B (19 B) | 7ee95d4462db25b34658c2d5bb13794c218a2cba | 8ddc41c7d18ed0378d47f4b32e3181dc4dc00ad889f74c0cc9006487e266f5d5 |
| config.json | 957 B (957 B) | f142ba9f1f13b1ebfec58b7ff08f19ad438f95ec | 480c811721f0a0dca0aa632ceb566570f06c46d15ad9bbdfcbec58af4734aef0 |
| final.model.npz.best-perplexity.npz | 65.5 MB (68,715,149 B) | d771d295ea95484241da655e347afc7cc56e4804 | 3efa24a6d2d829880e0b94506ec2f5155b71377f7b5d6da7578678f88ff2bc4f |
| final.model.npz.best-perplexity.npz.decoder.yml | 93 B (93 B) | 72b0b35fecea4a525d83bf8b142500cfd56d1fbe | 96bcf3685d420dbe300496d0f20b90dc12d06f9b56bf1fd712fb4f0a07fb1dc7 |
| generation_config.json | 270 B (270 B) | 2d19868477b40462ed05be0869fdaafbee2296e5 | 68e3e0677a3852008c48716deb2b498ab259eb824f7225c834c967a0eecdaf2c |
| model.safetensors | 48.4 MB (50,743,442 B) | e4b6027e0d9947e821b84dee66ce37ea54cea944 | 6e2ac330757297b174e32ade7ff74574622ea2961a9b38c1d74ae01bb77cce02 |
| model.tflite | 19.2 MB (20,144,264 B) | 7752928b61f56fdaeee665d7c4213dabc34e5bb4 | 6bab379f1f20f8ba927a1494603dcaca25e1882d5f83c2efecfb71060d7ac723 |
| source.spm | 808.9 KB (828,342 B) | 7daa09c4d23dfdebafcdc0f843f820f3919baac0 | fe55e84b94d17b424eafba19d1e4815a90b23cd52138b9cdb1072d1b65c9795c |
| special_tokens_map.json | 552 B (552 B) | a782b2f1cdab4d0bacb2dc0f85d02c4b1e31f0bd | 358c249e2fb29060c6b73157d428853b0c48710deffc8ee670ab1013880946c9 |
| target.spm | 808.9 KB (828,342 B) | 7daa09c4d23dfdebafcdc0f843f820f3919baac0 | fe55e84b94d17b424eafba19d1e4815a90b23cd52138b9cdb1072d1b65c9795c |
| tokenizer_config.json | 1.0 KB (1,038 B) | e2d187c564f58a2b5d506aea0a985f2237da6a12 | ba6c90b093ea281b23452e63e0601fcd0936d386c8b9ebd949bb239aebe0dd28 |
| vocab.json | 825.6 KB (845,376 B) | dd4d906365ab09f194ff16823787bc46bfb9bf36 | 5ad08bcc77230030648df7079b1523db693030fb9a206d83effbc66f2944f268 |
| vocab.spm | 808.9 KB (828,342 B) | 7daa09c4d23dfdebafcdc0f843f820f3919baac0 | fe55e84b94d17b424eafba19d1e4815a90b23cd52138b9cdb1072d1b65c9795c |
Cite this release
- Canonical URL
- https://aiseedbank.org/models/Helsinki-NLP_opus-mt_tiny_eng-tur/
- Slug
- Helsinki-NLP_opus-mt_tiny_eng-tur
- Infohash
- 5674ed7d449913b43f2e8bb14d516c94eb357fbf
- License
- apache-2.0
- Signing key fingerprint
- 85a3b32c3712427b
Every file carries a locally computed sha256 — verify a download against the signed sums: Helsinki-NLP_opus-mt_tiny_eng-tur.SHA256SUMS (+ minisign signature).
Provenance
| Upstream repository | Helsinki-NLP/opus-mt_tiny_eng-tur |
|---|---|
| Revision (pinned) | daadff27d04f77a1f37b43ab4983ee50468ea7d7 |
| Fetched at | 2026-09-02T03:17:44Z |
| License at fetch | apache-2.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:17:51Z
apache-2.0136.3 MB (142,938,373 bytes)tflitesafetensorsmariantranslation2 languages (en, tr)