fix phi template

Former-commit-id: e5d23c053a6d239097f87515b8cd5611b7cfa3cf
This commit is contained in:
hoshi-hiyouga 2024-04-24 13:55:14 +08:00 committed by GitHub
parent ce36e316bc
commit 7592d981b2

View File

@ -747,8 +747,10 @@ _register_template(
name="phi",
format_user=StringFormatter(slots=["<|user|>\n{{content}}<|end|>\n<|assistant|>\n"]),
format_system=StringFormatter(slots=[{"bos_token"}, "<|system|>\n{{content}}<|end|>\n"]),
format_separator=EmptyFormatter(slots=["<|end|>\n"]),
format_separator=EmptyFormatter(slots=["\n"]),
default_system="You are a helpful AI assistant.",
stop_words=["<|end|>"],
replace_eos=True,
)