We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DRY is a modern repetition penalty which ramps up penalties on N-grams to avoid looping behavior.
The penalty is commonly used on Llama 3.1 8B by practitioners to avoid repetition spirals.
oobabooga/text-generation-webui#5677
https://www.reddit.com/r/SillyTavernAI/comments/1eg2pq5/good_info_on_dry_to_get_you_started_has/
The text was updated successfully, but these errors were encountered:
@vnkc1 ref #1187
Sorry, something went wrong.
Thanks
Closing this issue
No branches or pull requests
Checklist
Motivation
DRY is a modern repetition penalty which ramps up penalties on N-grams to avoid looping behavior.
The penalty is commonly used on Llama 3.1 8B by practitioners to avoid repetition spirals.
Related resources
oobabooga/text-generation-webui#5677
https://www.reddit.com/r/SillyTavernAI/comments/1eg2pq5/good_info_on_dry_to_get_you_started_has/
The text was updated successfully, but these errors were encountered: