nonspeech_prob from 1 to 0.5

This commit is contained in:
Quentin Fuxa
2025-08-12 18:34:37 +02:00
parent 38b4ebe8ba
commit 87b9ed6ecd

View File

@@ -8,7 +8,7 @@ class SimulWhisperConfig:
'''Options that are common for all simul policies that could be implemented in SimulWhisper.'''
model_path: str
language: str = field(default="zh")
nonspeech_prob: float = 1.0
nonspeech_prob: float = 0.5
audio_min_len: float = 1.0
decoder_type: Literal["greedy","beam"] = "greedy"
beam_size: int = 5