stop_at
argument of outlines.generate.text
results in incorrect output
#629
Replies: 5 comments 6 replies
-
What's the result without |
Beta Was this translation helpful? Give feedback.
-
Generation which never ends. Per #616 (comment) it starts going on about France, then other random stuff
(To be clear, this appears to be a model (or generation) issue, not a beam search issue) |
Beta Was this translation helpful? Give feedback.
-
I don't understand how that's an issue with Outlines, rather than a model quirk. Are the beams giving different answers? |
Beta Was this translation helpful? Give feedback.
-
The issue with Outlines is that if |
Beta Was this translation helpful? Give feedback.
-
If you specify |
Beta Was this translation helpful? Give feedback.
-
Describe the issue as clearly as possible:
I'm using the beam search example from https://github.com/outlines-dev/outlines/blob/main/docs/reference/samplers.md modified with
stop_at="\n"
Steps/code to reproduce the bug:
Expected result:
>>> answer 'The answer to this question is 4'
Error message:
Outlines/Python version information:
Version information
Context for the issue:
Trying to improve generation quality (#616 (comment))
Beta Was this translation helpful? Give feedback.
All reactions