From d9fc396b3996b16687a23d27ed060aab7b4ed857 Mon Sep 17 00:00:00 2001 From: SDS <52386626+StefanDanielSchwarz@users.noreply.github.com> Date: Tue, 19 Dec 2023 00:48:42 +0100 Subject: [PATCH] Update Llama 2 Chat.json Official separator is a space instead of a newline. That format itself is still FUBAR, but at least we get a little closer to what it was intended to look, I guess. --- public/instruct/Llama 2 Chat.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/instruct/Llama 2 Chat.json b/public/instruct/Llama 2 Chat.json index 4b09ae86b..23eb2b346 100644 --- a/public/instruct/Llama 2 Chat.json +++ b/public/instruct/Llama 2 Chat.json @@ -8,7 +8,7 @@ "system_sequence_prefix": "[INST] <>\n", "system_sequence_suffix": "\n<>\n", "stop_sequence": "", - "separator_sequence": "\n", + "separator_sequence": " ", "wrap": false, "macro": true, "names": false,