You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After using whisper.cpp with a grammar for some time, I've finally realized a pattern to one of its erroneous behaviors...it's matching partial words at the end of valid phrases. For instance, it may return "ei" when a valid word at that point was "eight", or "hi" when a valid word at that point would be "high". Is there any way to constrain it to full words specified in the grammar? If not, can anyone tell me where to start digging in the source code?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
After using whisper.cpp with a grammar for some time, I've finally realized a pattern to one of its erroneous behaviors...it's matching partial words at the end of valid phrases. For instance, it may return "ei" when a valid word at that point was "eight", or "hi" when a valid word at that point would be "high". Is there any way to constrain it to full words specified in the grammar? If not, can anyone tell me where to start digging in the source code?
Beta Was this translation helpful? Give feedback.
All reactions