add merge tools

This commit is contained in:
Serge Zaigraeff
2025-03-04 22:10:20 +03:00
parent 1af3ebd80e
commit fcd3b936cf
3 changed files with 657 additions and 2 deletions
+2 -2
View File
@@ -1,9 +1,9 @@
{
"service_port": 5042,
"model_path": "/mnt/cloud/llm/whisper/whisper-large-v3-russian",
"model_path": "/mnt/cloud/llm/whisper/whisper-large-v3-russian-ties-podlodka",
"language": "russian",
"enable_history": true,
"chunk_length_s": 22,
"chunk_length_s": 25,
"batch_size": 20,
"max_new_tokens": 384,
"return_timestamps": false,