update kwargs

This commit is contained in:
Max Bain
2024-02-22 15:59:14 +00:00
committed by GitHub
parent e906be9688
commit bbaa2f0d1a

View File

@ -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: