mirror of
https://github.com/hiyouga/LLaMA-Factory.git
synced 2025-10-16 00:28:10 +08:00
update deepseek template
Former-commit-id: f5ca86ec95bb301df42ffaa6923fc3037a224e34
This commit is contained in:
parent
adff3e5050
commit
b1a5bf025b
@ -578,6 +578,7 @@ _register_template(
|
||||
_register_template(
|
||||
name="deepseek",
|
||||
format_user=StringFormatter(slots=["User: {{content}}\n\nAssistant:"]),
|
||||
format_system=StringFormatter(slots=["{{content}}\n\n"]),
|
||||
format_prefix=EmptyFormatter(slots=[{"bos_token"}]),
|
||||
)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user