Separate context and system message in instruction formats (#4499)
This commit is contained in:
parent
322c170566
commit
6e2e0317af
61 changed files with 130 additions and 62 deletions
|
@ -55,6 +55,7 @@ settings = {
|
|||
'character': 'Assistant',
|
||||
'name1': 'You',
|
||||
'instruction_template': 'Alpaca',
|
||||
'custom_system_message': '',
|
||||
'chat-instruct_command': 'Continue the chat dialogue below. Write a single reply for the character "<|character|>".\n\n<|prompt|>',
|
||||
'autoload_model': False,
|
||||
'default_extensions': ['gallery'],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue