From ef35adb9e401a82426f75bcec5c219e439357f20 Mon Sep 17 00:00:00 2001 From: Karl-Johan Alm Date: Thu, 28 Nov 2024 12:45:05 +0900 Subject: [PATCH] tulu template: added \n to input_suffix and system_suffix to match model card --- default/content/presets/instruct/Tulu.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/default/content/presets/instruct/Tulu.json b/default/content/presets/instruct/Tulu.json index 7ac968507..14072f563 100644 --- a/default/content/presets/instruct/Tulu.json +++ b/default/content/presets/instruct/Tulu.json @@ -12,9 +12,9 @@ "activation_regex": "", "skip_examples": false, "output_suffix": "<|end_of_text|>\n", - "input_suffix": "", + "input_suffix": "\n", "system_sequence": "<|system|>\n", - "system_suffix": "", + "system_suffix": "\n", "user_alignment_message": "", "last_system_sequence": "", "system_same_as_user": false,