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
That is, for some multi-choice tasks, e.g., multi-choice sentence completions, in most common-sense reasoning tasks, we do need to manipulate the completion tokens, instead of current Samplingparams which generate token-by-token on LLMs themselves.
That is, autoregressive LMs will adjust their logprobs each step with different inputs. For MC tasks, we do need to input the correct prefix to LMs.
How can we enable so?
The text was updated successfully, but these errors were encountered:
Hi, I have noticed my previous failures now.
#Previous Failures
That is, for some multi-choice tasks, e.g., multi-choice sentence completions, in most common-sense reasoning tasks, we do need to manipulate the completion tokens, instead of current Samplingparams which generate token-by-token on LLMs themselves.
That is, autoregressive LMs will adjust their logprobs each step with different inputs. For MC tasks, we do need to input the correct prefix to LMs.
How can we enable so?
The text was updated successfully, but these errors were encountered: