nonspeech_prob from 1 to 0.5
This commit is contained in:
parent
38b4ebe8ba
commit
87b9ed6ecd
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@ class SimulWhisperConfig:
|
||||||
'''Options that are common for all simul policies that could be implemented in SimulWhisper.'''
|
'''Options that are common for all simul policies that could be implemented in SimulWhisper.'''
|
||||||
model_path: str
|
model_path: str
|
||||||
language: str = field(default="zh")
|
language: str = field(default="zh")
|
||||||
nonspeech_prob: float = 1.0
|
nonspeech_prob: float = 0.5
|
||||||
audio_min_len: float = 1.0
|
audio_min_len: float = 1.0
|
||||||
decoder_type: Literal["greedy","beam"] = "greedy"
|
decoder_type: Literal["greedy","beam"] = "greedy"
|
||||||
beam_size: int = 5
|
beam_size: int = 5
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue