work-translation / translation_config.json
hoololi's picture
Initial work-translation dataset release
cd52664 verified
Raw
History Blame Contribute Delete
748 Bytes
{
"openrouter_base_url": "https://openrouter.ai/api/v1",
"model": "openai/gpt-4o-mini",
"provider": null,
"maximum_translation_steps": 20,
"temperature": 0,
"top_p": 1,
"frequency_penalty": 0,
"presence_penalty": 0,
"seed": 42,
"max_tokens": 100000,
"timeout_seconds": 120,
"retry_attempts": 6,
"retry_base_seconds": 10,
"reasoning": {
"enabled": false,
"exclude": true
},
"prompt_template": "Translate the following text into {target_language}.\n\nPreserve the meaning, level of certainty, terminology, structure, and style as faithfully as possible.\n\nReturn only the translated text. Do not add explanations, comments, notes, quotation marks, or formatting not present in the source.\n\nTEXT:\n{text}"
}