Files
whisper-api-server/config.json
T
2025-03-01 19:24:03 +03:00

11 lines
323 B
JSON

{
"service_port": 5042,
"model_path": "/mnt/cloud/llm/tools/whisper-large-v3-russian",
"language": "russian",
"chunk_length_s": 30,
"batch_size": 16,
"max_new_tokens": 256,
"return_timestamps": false,
"norm_level": "-0.5",
"compand_params": "0.3,1 -90,-90,-70,-70,-60,-20,0,0 -5 0 0.2"
}