mirror of
https://github.com/hiyouga/LLaMA-Factory.git
synced 2025-08-23 14:22:51 +08:00
Merge pull request #5072 from relic-yuexi/main
fix the deepseekcoder template to avoid repeat problem Former-commit-id: 984961c5507e009b1b41e338e796724578df7021
This commit is contained in:
commit
fae264f4b9
@ -586,7 +586,7 @@ _register_template(
|
|||||||
_register_template(
|
_register_template(
|
||||||
name="deepseekcoder",
|
name="deepseekcoder",
|
||||||
format_user=StringFormatter(slots=["### Instruction:\n{{content}}\n### Response:"]),
|
format_user=StringFormatter(slots=["### Instruction:\n{{content}}\n### Response:"]),
|
||||||
format_assistant=StringFormatter(slots=["\n{{content}}\n"]),
|
format_assistant=StringFormatter(slots=["\n{{content}}\n<|EOT|>"]),
|
||||||
format_separator=EmptyFormatter(slots=["\n"]),
|
format_separator=EmptyFormatter(slots=["\n"]),
|
||||||
format_prefix=EmptyFormatter(slots=[{"bos_token"}]),
|
format_prefix=EmptyFormatter(slots=[{"bos_token"}]),
|
||||||
default_system=(
|
default_system=(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user