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%" }