Skip to content

Commit

Permalink
Add missing \n to llama-v2 template context
Browse files Browse the repository at this point in the history
  • Loading branch information
oobabooga committed Jul 26, 2023
1 parent b780d52 commit 193c6be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion characters/instruction-following/Llama-v2.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
user: ""
bot: ""
turn_template: "<|user|><|user-message|> [/INST] <|bot|><|bot-message|> </s><s>[INST] "
context: "[INST] <<SYS>>\nAnswer the questions.\n<</SYS>>\n"
context: "[INST] <<SYS>>\nAnswer the questions.\n<</SYS>>\n\n"

0 comments on commit 193c6be

Please sign in to comment.