Parameters: change max_new_tokens & repetition_penalty_range defaults (#4842)
This commit is contained in:
parent
e16e5997ef
commit
2c5a1e67f9
5 changed files with 5 additions and 5 deletions
|
@ -36,7 +36,7 @@ settings = {
|
|||
'prompt-default': 'QA',
|
||||
'prompt-notebook': 'QA',
|
||||
'preset': 'simple-1',
|
||||
'max_new_tokens': 200,
|
||||
'max_new_tokens': 512,
|
||||
'max_new_tokens_min': 1,
|
||||
'max_new_tokens_max': 4096,
|
||||
'negative_prompt': '',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue