diff --git a/whisperx/asr.py b/whisperx/asr.py index 914c5cb..0ccaf92 100644 --- a/whisperx/asr.py +++ b/whisperx/asr.py @@ -320,6 +320,9 @@ def load_model(whisper_arch, "prepend_punctuations": "\"'“¿([{-", "append_punctuations": "\"'.。,,!!??::”)]}、", "suppress_numerals": False, + "max_new_tokens": None, + "clip_timestamps": None, + "hallucination_silence_threshold": None, } if asr_options is not None: