Downloads · 30 days
7
17% of all-time downloads
WindyTranslate/translate-eo-da
translate-eo-da 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, eo to da, published by Windstorm Labs.
Downloads · 30 days
7
17% of all-time downloads
All-time downloads
42
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, eo to da, published by Windstorm Labs.
Derived from Helsinki-NLP/opus-mt-eo-da, 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 deliberate, documented and reproducible numerical transformation applied to the base weights. It is not a training run and is not described as one.
| Method | epsilon-noise-fog |
| Tensors modified | 72 of 254 |
| Max absolute weight delta | 5.234e-07 |
| 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-eo-da")
model = AutoModelForSeq2SeqLM.from_pretrained("WindyTranslate/translate-eo-da")
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.
eo to da.