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
Hi, I am trying to evaluate S1 on MGSM but I am facing an error, AssertionError: min_tokens_thinking only supports until_thinking tokens that are 1 token long. Could you help me use S1 on other datasets?
it is as the message says, min_tokens_thinking only supports until_thinking tokens that are 1 token long. I think until_thinking which is the stop token defaults to something like <|im_start|> which normally is 1 token but if it is not 1 token in your case then it doesn't work because vllm only supports 1 token long min token ignoring. You can pass the until_thinking kwarg to change it if you want to e.g. a different string that marks the end of thinking
Hi, I am trying to evaluate S1 on MGSM but I am facing an error,
AssertionError: min_tokens_thinking only supports until_thinking tokens that are 1 token long
. Could you help me use S1 on other datasets?I ran a script as follows:
Here is the full error log:
The text was updated successfully, but these errors were encountered: