first commit

This commit is contained in:
Serge Zaigraeff
2025-03-01 19:24:03 +03:00
commit 3f8b28730f
8 changed files with 1215 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
{
"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"
}