Update settings-template.json
This commit is contained in:
parent
0baa50bcc4
commit
388038fb8e
2 changed files with 2 additions and 2 deletions
|
@ -32,7 +32,7 @@ settings = {
|
||||||
'name1': 'You',
|
'name1': 'You',
|
||||||
'name2': 'Assistant',
|
'name2': 'Assistant',
|
||||||
'context': 'This is a conversation with your Assistant. The Assistant is very helpful and is eager to chat with you and answer your questions.',
|
'context': 'This is a conversation with your Assistant. The Assistant is very helpful and is eager to chat with you and answer your questions.',
|
||||||
'greeting': 'Hello there!',
|
'greeting': '',
|
||||||
'end_of_turn': '',
|
'end_of_turn': '',
|
||||||
'custom_stopping_strings': '',
|
'custom_stopping_strings': '',
|
||||||
'stop_at_newline': False,
|
'stop_at_newline': False,
|
||||||
|
|
|
@ -11,7 +11,7 @@
|
||||||
"custom_stopping_strings": "",
|
"custom_stopping_strings": "",
|
||||||
"stop_at_newline": false,
|
"stop_at_newline": false,
|
||||||
"add_bos_token": true,
|
"add_bos_token": true,
|
||||||
"ban_eos_token": true,
|
"ban_eos_token": false,
|
||||||
"truncation_length": 2048,
|
"truncation_length": 2048,
|
||||||
"truncation_length_min": 0,
|
"truncation_length_min": 0,
|
||||||
"truncation_length_max": 4096,
|
"truncation_length_max": 4096,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue