Make the bos token optional
This commit is contained in:
parent
4961f43702
commit
bd04ff27ad
3 changed files with 12 additions and 4 deletions
|
@ -35,6 +35,7 @@ settings = {
|
|||
'greeting': 'Hello there!',
|
||||
'end_of_turn': '',
|
||||
'stop_at_newline': False,
|
||||
'add_bos_token': True,
|
||||
'chat_prompt_size': 2048,
|
||||
'chat_prompt_size_min': 0,
|
||||
'chat_prompt_size_max': 2048,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue