Update template.py

Former-commit-id: 5f3300ec5de564df23c94ebd9662c86708f37ddb
This commit is contained in:
hoshi-hiyouga 2024-08-19 23:40:16 +08:00 committed by GitHub
parent 66a7f4f128
commit a921505f59

View File

@ -787,7 +787,10 @@ _register_template(
format_user=StringFormatter(slots=["<|im_start|>question\n{{content}}<|im_end|>\n<|im_start|>answer\n"]),
format_system=StringFormatter(slots=["<|im_start|>system\n{{content}}<|im_end|>\n"]),
format_separator=EmptyFormatter(slots=["\n"]),
default_system="You are a helpful assistant.",
default_system=(
"You are an AI assistant named Sailor created by Sea AI Lab. "
"Your answer should be friendly, unbiased, faithful, informative and detailed."
),
stop_words=["<|im_end|>"],
replace_eos=True,
)