[assets] add icon (#8276)

This commit is contained in:
Yaowei Zheng
2025-06-03 20:36:21 +08:00
committed by GitHub
parent 3425bc6e71
commit e3d5e0fa28
3 changed files with 7 additions and 7 deletions

View File

@@ -1714,9 +1714,9 @@ register_template(
register_template(
name="smollm2",
format_system=StringFormatter(slots=["<|im_start|>system\n{{content}}<|im_end|>\n"]),
format_user=StringFormatter(slots=["<|im_start|>user\n{{content}}<|im_end|>\n<|im_start|>assistant\n"]),
format_assistant=StringFormatter(slots=["{{content}}<|im_end|>\n"]),
format_system=StringFormatter(slots=["<|im_start|>system\n{{content}}<|im_end|>\n"]),
stop_words=["<|im_end|>"],
default_system="You are a helpful AI assistant named SmolLM, trained by Hugging Face.",
)