faster-whisper icon indicating copy to clipboard operation
faster-whisper copied to clipboard

Is it possible to boosts the predicted probability of certain tokens

Open magicleo opened this issue 2 years ago • 1 comments

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?

magicleo avatar Apr 20 '23 03:04 magicleo

Currently there is no way to do this. You can only disable tokens with suppress_tokens.

guillaumekln avatar Apr 20 '23 12:04 guillaumekln