nightmare-translate
Offline translation models used by Nightmare Mobile to turn Russian and Chinese image prompts into English on the phone.
These are Mozilla's Firefox Translations models, unmodified, re-hosted here so the app can download them through its Hugging Face mirror setting (which also works where Mozilla's CDN is unreachable). All credit belongs to Mozilla and the Bergamot project.
| folder | direction | Mozilla version | files |
|---|---|---|---|
ruen/ |
Russian → English | 2.1 | model.ruen.intgemm.alphas.bin, lex.50.50.ruen.s2t.bin, vocab.ruen.spm |
zhen/ |
Chinese (Simplified) → English | 2.1 | model.zhen.intgemm.alphas.bin, lex.50.50.zhen.s2t.bin, vocab.zhen.spm |
- Source: Firefox Remote Settings, collection
translations-models(https://firefox.settings.services.mozilla.com/v1/buckets/main/collections/translations-models), attachments fromfirefox-settings-attachments.cdn.mozilla.net, fetched 2026-09-26. - Licence: Mozilla Public License 2.0, as published by Mozilla for these models
(
mozilla/firefox-translations-models). The files are redistributed byte-for-byte. - Runtime: Bergamot / Marian (int8), via Foxlet Translate (MIT).