mirror of
https://github.com/hiyouga/LLaMA-Factory.git
synced 2025-10-15 16:18:10 +08:00
[assets] update wechat (#7361)
This commit is contained in:
parent
1f9773395b
commit
63752fccf7
@ -884,8 +884,8 @@ register_template(
|
|||||||
format_user=StringFormatter(slots=["<|bos|>user\n{{content}}<|eos|>\n<|bos|>assistant\n"]),
|
format_user=StringFormatter(slots=["<|bos|>user\n{{content}}<|eos|>\n<|bos|>assistant\n"]),
|
||||||
format_assistant=StringFormatter(slots=["{{content}}<|eos|>\n"]),
|
format_assistant=StringFormatter(slots=["{{content}}<|eos|>\n"]),
|
||||||
format_system=StringFormatter(slots=["<|bos|>system\n{{content}}<|eos|>\n"]),
|
format_system=StringFormatter(slots=["<|bos|>system\n{{content}}<|eos|>\n"]),
|
||||||
format_prefix=EmptyFormatter(slots=["<|bos|>"] ),
|
format_prefix=EmptyFormatter(slots=["<|bos|>"]),
|
||||||
stop_words=["<|eos|>"]
|
stop_words=["<|eos|>"],
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user