From 193c6be39cb7f77111fba51352533660591d502e Mon Sep 17 00:00:00 2001 From: oobabooga <112222186+oobabooga@users.noreply.github.com> Date: Wed, 26 Jul 2023 07:59:40 -0700 Subject: [PATCH] Add missing \n to llama-v2 template context --- characters/instruction-following/Llama-v2.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/characters/instruction-following/Llama-v2.yaml b/characters/instruction-following/Llama-v2.yaml index a3af0e87..d259dd39 100644 --- a/characters/instruction-following/Llama-v2.yaml +++ b/characters/instruction-following/Llama-v2.yaml @@ -1,4 +1,4 @@ user: "" bot: "" turn_template: "<|user|><|user-message|> [/INST] <|bot|><|bot-message|> [INST] " -context: "[INST] <>\nAnswer the questions.\n<>\n" +context: "[INST] <>\nAnswer the questions.\n<>\n\n"