Add a simple min_p preset, make it the default (#5836)

This commit is contained in:
oobabooga 2024-04-09 12:50:16 -03:00 committed by GitHub
parent ed4001e324
commit cbd65ba767
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 4 additions and 3 deletions

View file

@ -36,7 +36,7 @@ settings = {
'chat_style': 'cai-chat',
'prompt-default': 'QA',
'prompt-notebook': 'QA',
'preset': 'simple-1',
'preset': 'min_p',
'max_new_tokens': 512,
'max_new_tokens_min': 1,
'max_new_tokens_max': 4096,