13 lines
378 B
JSON
13 lines
378 B
JSON
{
|
|
"service_port": 5042,
|
|
"model_path": "/mnt/cloud/llm/whisper/whisper-large-v3-russian",
|
|
"language": "russian",
|
|
"enable_history": true,
|
|
"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,-50,-40,-15,0,0 -7 0 0.15"
|
|
} |