faster-whisper
faster-whisper copied to clipboard
Is it possible to boosts the predicted probability of certain tokens
based on https://github.com/openai/whisper/discussions/66 I hack whisper LogitFilter class to boost the predicted probability of certain tokens. How can I do this with faster-whisper?
Currently there is no way to do this. You can only disable tokens with suppress_tokens.