add temperature param

This commit is contained in:
Apel-sin
2025-04-02 15:36:14 +03:00
parent fcd3b936cf
commit 144414fcf8
3 changed files with 9 additions and 6 deletions
+5 -4
View File
@@ -1,13 +1,14 @@
{
"service_port": 5042,
"model_path": "/mnt/cloud/llm/whisper/whisper-large-v3-russian-ties-podlodka",
"model_path": "/home/text-generation/models.whisper/antony-ties-podlodka-v1.2",
"language": "russian",
"enable_history": true,
"chunk_length_s": 25,
"batch_size": 20,
"chunk_length_s": 28,
"batch_size": 8,
"max_new_tokens": 384,
"temperature": 0.01,
"return_timestamps": false,
"audio_rate": 8000,
"norm_level": "-0.5",
"norm_level": "-0.55",
"compand_params": "0.3,1 -90,-90,-70,-50,-40,-15,0,0 -7 0 0.15"
}