summaryrefslogtreecommitdiffstats
path: root/config.yaml
diff options
context:
space:
mode:
authoryum <yum.food.vr@gmail.com>2025-05-30 13:32:36 -0700
committeryum <yum.food.vr@gmail.com>2025-05-30 13:34:23 -0700
commit7fb9c575aea4d318e9c14b82174d1b323171b62b (patch)
tree8f924a32def3bdc963be40e67879887cbac68f08 /config.yaml
parente1b3f638a1ea448de9691f69eb62ebf4c3944c9f (diff)
More stuff
- fix unicode output from python terminal - fix cpu inference - add filters - add beam search params to UI - DRY up config definition in UI
Diffstat (limited to 'config.yaml')
-rw-r--r--config.yaml20
1 files changed, 13 insertions, 7 deletions
diff --git a/config.yaml b/config.yaml
index 5eec7a2..fea03bb 100644
--- a/config.yaml
+++ b/config.yaml
@@ -1,18 +1,24 @@
compute_type: float16
-enable_debug_mode: 0
-enable_previews: 1
-user_prompt: Use proper punctuation and grammar. Prefer spelled out numbers like one, eleven, twenty, etc.
-save_audio: 0
language: english
+model: turbo
+microphone: 2
+user_prompt: Use proper punctuation and grammar. Prefer spelled out numbers like one, eleven, twenty, etc. Mm.
gpu_idx: 0
max_speech_duration_s: 10
min_silence_duration_ms: 250
-microphone: 0
-model: turbo
reset_after_silence_s: 15
transcription_loop_delay_ms: 100
-use_cpu: 0
block_width: 2
num_blocks: 40
rows: 10
cols: 24
+beam_size: 5
+best_of: 5
+enable_debug_mode: 0
+enable_previews: 1
+save_audio: 0
+use_cpu: 0
+enable_lowercase_filter: 0
+enable_uppercase_filter: 0
+enable_profanity_filter: 0
+remove_trailing_period: 0