Tune paragraph prompts for multilingual noise

This commit is contained in:
Adolfo Reyna
2026-03-17 11:51:53 -04:00
parent 7da02a9697
commit 7451d164b7
5 changed files with 304 additions and 42 deletions
+3
View File
@@ -25,6 +25,9 @@
"post_correct_min_overlap": 0.45,
"post_correct_debug": false,
"llm_paragraph": false,
"llm_paragraph_temperature": 0.2,
"llm_paragraph_top_p": 0.8,
"llm_paragraph_repeat_penalty": 1.0,
"llm_request_log_path": "logs/llm_requests.jsonl",
"only_translate_llm": false,
"temperature_fallback": [0.0, 0.2, 0.4, 0.6, 0.8, 1.0],