Hallucination / repetition
#19
by
persundstrom
- opened
Hello, any tips on how to deal with hallucination?
I assume the repetition is due to silence.
same as you
I would recommend enabling timestamp prediction (as done in the code-snippet: https://huggingface.co/openai/whisper-large-v3#usage). You can also tune the chunk_length_s
and see if a lower value helps reduce hallucinations (as it does for Distil-Whisper for example).