481 1 month ago

An optimized version of Google's TranslateGemma-12B-it (Gemma 3) designed for high-fidelity translation. This build features hard-coded Temperature=0.1 and English Anchor support to eliminate output redundancy and maximize accuracy.

12b
66ee229299d9 · 151B
{
"num_ctx": 8192,
"repeat_penalty": 1.1,
"stop": [
"<end_of_turn>",
"<start_of_turn>",
"\\n\\n"
],
"temperature": 0.1,
"top_k": 40,
"top_p": 0.9
}