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
Is your feature request related to a problem? Please describe.
While using the Inference API for a chatbot-style text-generation model, such as openchat-3.5, it is not possible to set an end of generation token.
Describe the solution you'd like
Addition of the end_of_generation_token parameter to the Inference API for text generation models.
Describe alternatives you've considered
Setting max_new_tokens to 1, and then generating new tokens and looking for a certain token to stop at.
Additional context
There is no additional context for this request.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
While using the Inference API for a chatbot-style text-generation model, such as openchat-3.5, it is not possible to set an end of generation token.
Describe the solution you'd like
Addition of the
end_of_generation_token
parameter to the Inference API for text generation models.Describe alternatives you've considered
Setting
max_new_tokens
to 1, and then generating new tokens and looking for a certain token to stop at.Additional context
There is no additional context for this request.
The text was updated successfully, but these errors were encountered: