Downloads · 30 days
8
31% of all-time downloads
WindyTranslate/translate-tr-eo
translate-tr-eo is a translation model from WindyTranslate. Use it when you need text moved from one language to another. It is set up for transformers. The card lists the license as apache-2.0.
Machine translation model, tr to eo, published by Windstorm Labs.
Downloads · 30 days
8
31% of all-time downloads
All-time downloads
26
Public
Parameters
47.9M
192 MB on disk
Likes
0
Public
Click a slice to open those files.
.safetensors192 MB · 100%
From the Hugging Face model README
Machine translation model, tr to eo, published by Windstorm Labs.
Derived from Helsinki-NLP/opus-mt-tr-eo, licensed apache-2.0.
Windstorm Labs did not train the original model. This notice provides the attribution the
licence requires.
The weights in this repository have been modified from the original. A LoRA fine-tune trained on parallel corpus data and merged into the base weights.
| Method | windy-hallmark |
| Tensors modified | 36 of 254 |
| Max absolute weight delta | 7.693e-05 |
| Verified | tensor-by-tensor against the upstream original, 2026-07-26 |
The comparison is tensor-level rather than file-level: safetensors and PyTorch .bin
containers hash differently even when the tensors inside are identical, so a file-hash
mismatch would prove nothing.
A single transformers build in safetensors format, loadable directly:
from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
tok = AutoTokenizer.from_pretrained("WindyTranslate/translate-tr-eo")
model = AutoModelForSeq2SeqLM.from_pretrained("WindyTranslate/translate-tr-eo")
batch = tok(["<your text here>"], return_tensors="pt", padding=True)
print(tok.batch_decode(model.generate(**batch), skip_special_tokens=True))
Other builds of this pair, including CTranslate2 INT8, are not included in this repository.
tr to eo.