diff --git a/src/axolotl/prompters.py b/src/axolotl/prompters.py index 033077b1a..73966def3 100644 --- a/src/axolotl/prompters.py +++ b/src/axolotl/prompters.py @@ -33,8 +33,8 @@ class AlpacaPrompter(Prompter): Base class for alpaca prompters """ - system_prompt = "Below is an instruction that describes a task, paired with an input that provides further context. Write a response that appropriately completes the request.\n\n" - system_no_input_prompt = "Below is an instruction that describes a task. Write a response that appropriately completes the request.\n\n" + system_prompt = "Below is an instruction that describes a task, paired with an input that provides further context. Write a response that appropriately completes the request." + system_no_input_prompt = "Below is an instruction that describes a task. Write a response that appropriately completes the request." system_format: str = "{system}" turn_format: str turn_no_input_format: str