Separate context and system message in instruction formats (#4499)

This commit is contained in:
oobabooga 2023-11-07 20:02:58 -03:00 committed by GitHub
parent 322c170566
commit 6e2e0317af
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
61 changed files with 130 additions and 62 deletions

View file

@ -1,4 +1,5 @@
user: "### Human:"
bot: "### Assistant:"
turn_template: "<|user|> <|user-message|>\n<|bot|> <|bot-message|>\n\n"
context: "### Assistant: I am StableVicuna, a large language model created by CarperAI. I am here to chat!\n\n"
context: "<|system-message|>\n\n"
system_message: "### Assistant: I am StableVicuna, a large language model created by CarperAI. I am here to chat!"