From 48fd9c23fb264e0a4b1700606e832fb1eabb304c Mon Sep 17 00:00:00 2001 From: Stefan Daniel Schwarz Date: Thu, 18 Apr 2024 23:26:40 +0200 Subject: [PATCH] Llama 3 Instruct fix stop sequence --- 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 f9041752a..b3966b64b 100644 --- a/default/content/presets/instruct/Llama 3 Instruct.json +++ b/default/content/presets/instruct/Llama 3 Instruct.json @@ -4,7 +4,7 @@ "output_sequence": "<|start_header_id|>assistant<|end_header_id|>\n\n", "last_output_sequence": "", "system_sequence": "<|start_header_id|>system<|end_header_id|>\n\n", - "stop_sequence": "<|end_of_text|>", + "stop_sequence": "<|eot_id|>", "wrap": false, "macro": true, "names": true,