settings optimization

This commit is contained in:
Serge Zaigraeff
2025-03-04 16:29:36 +03:00
parent cbbbbabe23
commit 1af3ebd80e
3 changed files with 14 additions and 9 deletions
+5 -4
View File
@@ -3,10 +3,11 @@
"model_path": "/mnt/cloud/llm/whisper/whisper-large-v3-russian",
"language": "russian",
"enable_history": true,
"chunk_length_s": 30,
"batch_size": 16,
"max_new_tokens": 256,
"chunk_length_s": 22,
"batch_size": 20,
"max_new_tokens": 384,
"return_timestamps": false,
"audio_rate": 8000,
"norm_level": "-0.5",
"compand_params": "0.3,1 -90,-90,-70,-70,-60,-20,0,0 -5 0 0.2"
"compand_params": "0.3,1 -90,-90,-70,-50,-40,-15,0,0 -7 0 0.15"
}