From 0bcc489c42fc41b2c7ee51cced2dc995256a02d8 Mon Sep 17 00:00:00 2001 From: codemayq Date: Wed, 30 Aug 2023 16:23:56 +0800 Subject: [PATCH] update llama2 template --- src/llmtuner/extras/template.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/llmtuner/extras/template.py b/src/llmtuner/extras/template.py index 2eedfa9d..33e2c5f7 100644 --- a/src/llmtuner/extras/template.py +++ b/src/llmtuner/extras/template.py @@ -285,7 +285,7 @@ register_template( "Always answer as helpfully as possible, while being safe. " "Your answers should not include any harmful, unethical, " "racist, sexist, toxic, dangerous, or illegal content. " - "Please ensure that your responses are socially unbiased and positive in nature.\n" + "Please ensure that your responses are socially unbiased and positive in nature.\n\n" "If a question does not make any sense, or is not factually coherent, " "explain why instead of answering something not correct. " "If you don't know the answer to a question, please don't share false information."