36 lines
986 B
JSON
36 lines
986 B
JSON
{
|
|
"model": "mlx-community/whisper-base-mlx",
|
|
"device": null,
|
|
"lang": null,
|
|
"silence": 1000,
|
|
"max_buffer": 20,
|
|
"channels": 1,
|
|
"es": false,
|
|
"fr": false,
|
|
"ar": false,
|
|
"en": false,
|
|
"ingest": false,
|
|
"filter_lang": false,
|
|
"stream": false,
|
|
"context": false,
|
|
"quantize": false,
|
|
"speaker_diarization": false,
|
|
"post_correct": false,
|
|
"post_correct_llm": false,
|
|
"post_correct_model": "qwen3.5:0.8b",
|
|
"post_correct_ollama_url": "http://127.0.0.1:11434/api/generate",
|
|
"post_correct_llm_timeout": 8.0,
|
|
"post_correct_keep_alive": "30m",
|
|
"post_correct_warmup_timeout": 20.0,
|
|
"post_correct_min_overlap": 0.45,
|
|
"post_correct_debug": false,
|
|
"llm_paragraph": false,
|
|
"only_translate_llm": false,
|
|
"temperature_fallback": [0.0, 0.2, 0.4, 0.6, 0.8, 1.0],
|
|
"logprob_threshold": -0.8,
|
|
"compression_threshold": 2.2,
|
|
"mt_max_chars": 250,
|
|
"mt_max_new_tokens": 150,
|
|
"mt_num_beams": 4
|
|
}
|