mirror of
https://github.com/hiyouga/LLaMA-Factory.git
synced 2025-10-15 16:18:10 +08:00
add empty template
Former-commit-id: a325ffa8a668bec354d2636683806acef105e196
This commit is contained in:
parent
b053c6454e
commit
ce4f653121
@ -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