mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2026-04-05 14:45:28 +00:00
Add a simple min_p preset, make it the default (#5836)
This commit is contained in:
parent
ed4001e324
commit
cbd65ba767
4 changed files with 4 additions and 3 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue