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

← All models

Helsinki-NLP_opus-mt-tc-big-en-bg

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:

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

opus-mt-tc-big-en-bg

Neural machine translation model for translating from English (en) to Bulgarian (bg).

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): eng
  • target language(s): bul
  • 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 eng-bul README

Usage

A short example code:

from transformers import MarianMTModel, MarianTokenizer

src_text = [
    "2001 is the year when the 21st century begins.",
    "This is Copacabana!"
]

model_name = "pytorch-models/opus-mt-tc-big-en-bg"
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:
#     2001 е годината, в която започва 21-ви век.
#     Това е Копакабана!

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-bg")
print(pipe("2001 is the year when the 21st century begins."))

# expected output: 2001 е годината, в която започва 21-ви век.

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
eng-bul tatoeba-test-v2021-08-07 0.68987 51.5 10000 69504
eng-bul flores101-devtest 0.69891 44.9 1012 24700

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 16:29:32 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:51d90087a9ab703e3102d01bd8f6ff83a5cf869e&dn=Helsinki-NLP_opus-mt-tc-big-en-bg

Open magnet in torrent client · infohash 51d90087a9ab703e3102d01bd8f6ff83a5cf869e

Files & hashes

PathSizesha1sha256
README.md5.9 KB (6,006 B)1ec353ee3d6343cb0ef661d5f19bad82884ec9997f703774e5cd8a00ac97493f95e8d7e38cc3c96eeb2c6ca72c2f62ee94bebc3f
benchmark_results.txt269 B (269 B)5c66ead8908255453cf7f1abfc1e38712f5cd6de691498b5517b43a8cbc9a0d7bd3851e6a6630a68d231d94f57ec27a6b1f81748
benchmark_translations.zip1.4 MB (1,506,740 B)98e109713de204cece201aaa6bd28b260f490cef1f68cf30a94e8278debda03a800a779538423903d30a997a806792241061132f
config.json1.1 KB (1,076 B)55fd05d48c676177d519de89d69299e340aa31f4a8a56924d2a18ddc5b1d31f1530df4ffcd831254ae241fb9e3b841b1bc437a0b
generation_config.json301 B (301 B)66a899514c246d3a63eb24240717d322ba85ba0113874319b36bdbc14cfdff14305e917b05d5f3e56f4a37c243b7d16d7ba2e052
model.safetensors454.5 MB (476,619,630 B)f30bf2675601937d8741ba1acfd72be4dd15736e1fd6b03e5baa1a95d31f24ecaaf3d239e489ceb8d3385ac40e61f22822c9cfd4
pytorch_model.bin454.6 MB (476,676,613 B)035883d62becab4ae50da7125a4272f1367b047511dae07f6725eb0e3c61f3d17c138235a5c1785e2b46ed11b7be72557aed275d
source.spm785.6 KB (804,415 B)f590b00099235cbf80b8bd8b9bbc2b63952691592aa5f560397dbe2eff8dbf7934c9f44c1002c1bf04e494529f5377eef2582225
special_tokens_map.json65 B (65 B)6dc4d430ddbd24171268d73da061ce9f0b09291109059cedc26bc46bc09a52f05b92d4922e11917e87f3b92059bb1a63a59ab2c4
target.spm990.9 KB (1,014,652 B)0991df95300386e382a8e398a686a2df778c1744556cf31670b622f9b1239290d54ebce1c31dbe419ba202534291eb1d881927f5
tokenizer_config.json337 B (337 B)ee7fdcda76274d4fb5db25c85faed56029413d55a31db6f057e0cb1444b972b8e6b3ba91420c48715249380b39c1063ea05ccff6
vocab.json2.4 MB (2,471,953 B)357d5ad4ddd047198d5b957634ccb08a2de3f6428ea24b08d55861b874619ec7be47c1b302408953e05b0a8f204b47f54c07c4d8

Cite this release

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

Provenance

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

Trackers

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

cc-by-4.0914.7 MB (959,102,057 bytes)transformerspytorchsafetensorsmariantext2text-generationtranslationopus-mt-tcmodel-indexendpoints_compatible3 languages (tf, bg, en)