Updated 17 hours ago
ollama run 0xra/bethesda-translate
Updated 17 hours ago
17 hours ago
247190b532e8 · 6.9GB ·
Fine-tuned Gemma 3 12B for translating Bethesda/Starfield game strings. Designed for use with bethesda-strings-editor.
## Supported translation pairs
| Source | Target | |——–|——–| | English | Ukrainian | | Russian | Ukrainian |
## Features
<Alias=...>, <Token...>, <Global...>, [MALE], [FEMALE], %s, %d, {variable}, <br>, <font ...>, <mag>, <dur>repeat_last_n 256 prevents phrase repetition in multi-paragraph strings## Usage
ollama run 0xra/bethesda-translate
Or via API — the model is used automatically when selected in bethesda-strings-editor.
## Parameters (runtime defaults)
| Parameter | Value | |———–|——-| | temperature | 0.1 | | num_ctx | 16384 | | top_k | 40 | | top_p | 0.9 | | min_p | 0.02 | | repeat_penalty | 1.1 | | repeat_last_n | 256 |
The bethesda-strings-editor app overrides temperature, num_ctx, and num_predict per request; min_p and repeat_last_n are always active from this Modelfile.