mirror of
https://github.com/hiyouga/LLaMA-Factory.git
synced 2025-12-15 03:10:35 +08:00
Update template.py
This commit is contained in:
@@ -649,8 +649,6 @@ _register_template(
|
||||
format_user=StringFormatter(slots=["[|user|]{{content}}\n[|assistant|]"]),
|
||||
format_system=StringFormatter(slots=["[|system|]{{content}}[|endofturn|]\n"]),
|
||||
format_separator=EmptyFormatter(slots=["\n"]),
|
||||
format_prefix=EmptyFormatter(slots=[""]),
|
||||
efficient_eos=True,
|
||||
)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user