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
Frequency Penalty is between -2.0 and 2.0 and it impacts how the model penalizes new tokens based on their existing frequency in the text.
Positive values will decrease the likelihood of the model repeating the same line verbatim by penalizing new tokens that have already been used frequently.
This parameter is important for OpenAI compatibility, which is a growing standard for LLM usage.
Thanks for reporting this. Can you elaborate a little bit more about the difference between the already supported repetiton_penalty and frequency_penalty here?
Thanks for sharing this, this issue relates to the other one, both regarding to the control of sampling/decoder process. We will follow up and reply later.
This parameter is important for OpenAI compatibility, which is a growing standard for LLM usage.
cc @Yard1 @akshay-anyscale
The text was updated successfully, but these errors were encountered: