mirror of
https://github.com/hiyouga/LLaMA-Factory.git
synced 2025-08-23 06:12:50 +08:00
Merge pull request #4892 from piamo/main
update deepseek template Former-commit-id: 8a2846cfe1266bedde84da175805dac78439c20e
This commit is contained in:
commit
0ac7824822
@ -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