From 3168644152cb473a1a5084202b05fd5acbd46d41 Mon Sep 17 00:00:00 2001
From: jeffbiocode <142954341+jeffbiocode@users.noreply.github.com>
Date: Mon, 4 Mar 2024 00:42:14 +0900
Subject: [PATCH] Training: Update llama2-chat-format.json (#5593)
---
training/formats/llama2-chat-format.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/training/formats/llama2-chat-format.json b/training/formats/llama2-chat-format.json
index 8f8f4e6b..5d43c59b 100644
--- a/training/formats/llama2-chat-format.json
+++ b/training/formats/llama2-chat-format.json
@@ -1,4 +1,4 @@
{
- "modelanswer,userprompt,systemprompt": "[INST] <>\n%systemprompt%\n<>\n\n%userprompt%[/INST] %modelanswer%"
+ "modelanswer,userprompt,systemprompt": "[INST] <>\n%systemprompt%\n<>\n\n%userprompt%[/INST] %modelanswer%",
"modelanswer,userprompt": "[INST] <>\n\n<>\n\n%userprompt%[/INST] %modelanswer%"
}