add models to 0.7.0

Former-commit-id: 436d3754452f839c617839ab3bbaacc4a8908e19
This commit is contained in:
hiyouga
2024-04-28 01:50:30 +08:00
parent 544a6259b6
commit a412b4ed4a
2 changed files with 77 additions and 2 deletions

View File

@@ -870,7 +870,7 @@ _register_template(
format_user=StringFormatter(slots=["<|user|>\n{{content}}", {"eos_token"}, "<|assistant|>"]),
format_assistant=StringFormatter(slots=["\n{{content}}", {"eos_token"}]),
format_system=StringFormatter(slots=["<|system|>\n{{content}}", {"eos_token"}]),
default_system="You are a friendly chatbot who always responds in the style of a pirate",
default_system="You are Zephyr, a helpful assistant.",
)