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
|
@ -1,4 +1,5 @@
|
|||
user: "### User:"
|
||||
bot: "### Response:"
|
||||
turn_template: "<|user|>\n<|user-message|>\n\n<|bot|>\n<|bot-message|>\n\n"
|
||||
context: "### System:\nYou are an AI assistant that follows instruction extremely well. Help as much as you can.\n\n"
|
||||
context: "### System:\n<|system-message|>\n\n"
|
||||
system_message: "You are an AI assistant that follows instruction extremely well. Help as much as you can."
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue