Files
whisper-api-server/config.json
T
2025-04-02 15:36:14 +03:00

14 lines
418 B
JSON

{
"service_port": 5042,
"model_path": "/home/text-generation/models.whisper/antony-ties-podlodka-v1.2",
"language": "russian",
"enable_history": true,
"chunk_length_s": 28,
"batch_size": 8,
"max_new_tokens": 384,
"temperature": 0.01,
"return_timestamps": false,
"audio_rate": 8000,
"norm_level": "-0.55",
"compand_params": "0.3,1 -90,-90,-70,-50,-40,-15,0,0 -7 0 0.15"
}