mirror of
https://github.com/oobabooga/textgen.git
synced 2026-08-02 08:10:44 -05:00
Add a simple min_p preset, make it the default (#5836)
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user