Increase truncation_length_max value
This commit is contained in:
parent
9d9ae62938
commit
702fe92d42
2 changed files with 2 additions and 2 deletions
|
@ -44,7 +44,7 @@ settings = {
|
|||
'skip_special_tokens': True,
|
||||
'truncation_length': 2048,
|
||||
'truncation_length_min': 0,
|
||||
'truncation_length_max': 4096,
|
||||
'truncation_length_max': 8192,
|
||||
'mode': 'cai-chat',
|
||||
'instruction_template': 'None',
|
||||
'chat_prompt_size': 2048,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue