mirror of
https://github.com/hiyouga/LLaMA-Factory.git
synced 2025-08-03 04:02:49 +08:00
update default template
Former-commit-id: a5fb2806cd6669a16320ef5bc9fb610c5ef8fd9b
This commit is contained in:
parent
db2051684b
commit
abc04be06e
@ -420,6 +420,7 @@ _register_template(
|
|||||||
_register_template(
|
_register_template(
|
||||||
name="default",
|
name="default",
|
||||||
format_user=StringFormatter(slots=["Human: {{content}}\nAssistant: "]),
|
format_user=StringFormatter(slots=["Human: {{content}}\nAssistant: "]),
|
||||||
|
format_system=StringFormatter(slots=["{{content}}\n"]),
|
||||||
format_separator=EmptyFormatter(slots=["\n"]),
|
format_separator=EmptyFormatter(slots=["\n"]),
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user