Files
2025-03-14 17:45:55 +01:00

74 lines
1.9 KiB
YAML
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
apiVersion: v1
kind: ConfigMap
metadata:
name: whisper-webui-config
data:
default_parameters.yaml: |
whisper:
model_size: "large-v3"
file_format: "SRT"
lang: "dutch"
is_translate: false
beam_size: 5
log_prob_threshold: -0.8
no_speech_threshold: 0.7
best_of: 5
patience: 1
condition_on_previous_text: true
prompt_reset_on_temperature: 0.5
initial_prompt: "Dit is een zakelijke algemene leden vergadering in het Nederlands op studentenroeivereniging Phocas."
temperature: 0
compression_ratio_threshold: 2.0
chunk_length: 30
batch_size: 24
length_penalty: 1
repetition_penalty: 1.2
no_repeat_ngram_size: 3
prefix: null
suppress_blank: true
suppress_tokens: "[-1]"
max_initial_timestamp: 1
word_timestamps: true
prepend_punctuations: "\"'“¿([{-"
append_punctuations: "\"'.。,!?::”)]}、"
max_new_tokens: null
hallucination_silence_threshold: 0.2
hotwords: null
language_detection_threshold: 0.8
language_detection_segments: 2
add_timestamp: true
enable_offload: true
vad:
vad_filter: true
threshold: 0.6
min_speech_duration_ms: 250
max_speech_duration_s: 9999
min_silence_duration_ms: 1000
speech_pad_ms: 2000
diarization:
is_diarize: false
hf_token: ""
enable_offload: true
bgm_separation:
is_separate_bgm: false
uvr_model_size: "UVR-MDX-NET-Inst_HQ_4"
segment_size: 256
save_file: false
enable_offload: true
translation:
deepl:
api_key: ""
is_pro: false
source_lang: "Automatic Detection"
target_lang: "English"
nllb:
model_size: "facebook/nllb-200-1.3B"
source_lang: null
target_lang: null
max_length: 200
add_timestamp: false