From 842b463e6000a40bbd25697c7e3e7803be60fa3c Mon Sep 17 00:00:00 2001 From: Cohee <18619528+Cohee1207@users.noreply.github.com> Date: Sun, 21 Apr 2024 18:28:44 +0300 Subject: [PATCH] System same as user for Llama 3 --- default/content/presets/instruct/Llama 3 Instruct.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/default/content/presets/instruct/Llama 3 Instruct.json b/default/content/presets/instruct/Llama 3 Instruct.json index 111501287..0a84b852d 100644 --- a/default/content/presets/instruct/Llama 3 Instruct.json +++ b/default/content/presets/instruct/Llama 3 Instruct.json @@ -18,7 +18,7 @@ "input_suffix": "<|eot_id|>", "system_suffix": "<|eot_id|>", "user_alignment_message": "", - "system_same_as_user": false, + "system_same_as_user": true, "last_system_sequence": "", "name": "Llama 3 Instruct" }