settings optimization
This commit is contained in:
+5
-4
@@ -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"
|
||||
}
|
||||
Reference in New Issue
Block a user