mirror of
https://github.com/hiyouga/LLaMA-Factory.git
synced 2025-11-05 18:32:14 +08:00
add empty template
Former-commit-id: a325ffa8a668bec354d2636683806acef105e196
This commit is contained in:
parent
1d4c0491dc
commit
c5510439d0
@ -581,6 +581,13 @@ _register_template(
|
|||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
|
_register_template(
|
||||||
|
name="empty",
|
||||||
|
format_user=StringFormatter(slots=["{{content}}"]),
|
||||||
|
format_assistant=StringFormatter(slots=["{{content}}"]),
|
||||||
|
)
|
||||||
|
|
||||||
|
|
||||||
_register_template(
|
_register_template(
|
||||||
name="falcon",
|
name="falcon",
|
||||||
format_user=StringFormatter(slots=["User: {{content}}\nFalcon:"]),
|
format_user=StringFormatter(slots=["User: {{content}}\nFalcon:"]),
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user