Ignore repeated prompt#163
Conversation
|
Doesn't seem to work for me, I tried it with a movie that starts with music and it still fell into a bad hallucination/failure loop 🤷♂️ |
|
Works well, and the users reported positive experience with this PR. |
Can you share the movie you tried it with |
|
A different style for that block but with the same behavior: ...and But if someone only needs to check the latest text (i.e. max_repetitions=1), it can be reduced to this: At first I thought what you wanted was already addressed by the So what you're doing is another type of penalty, discouraging repeating sentences/segment texts (formed by many tokens) rather than penalizing individual tokens. Very useful. Edit: I guess kinda like a dynamic |
Same with openai/whisper#1253