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