Make the bos token optional

This commit is contained in:
oobabooga 2023-04-10 16:44:22 -03:00
parent 4961f43702
commit bd04ff27ad
3 changed files with 12 additions and 4 deletions

View file

@ -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,