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: "GPT:"
|
||||
turn_template: "<|user|> <|user-message|> <|bot|><|bot-message|></s>"
|
||||
context: "BEGINNING OF CONVERSATION: "
|
||||
context: "<|system-message|> "
|
||||
system_message: "BEGINNING OF CONVERSATION:"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue