You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# TODO: unify these 3 chat templates and send variables through the tokenizer's apply_chat_template kwargs
321
-
"olmo": (
321
+
"olmo_old": (
322
322
"{% set has_system = messages|selectattr('role', 'equalto', 'system')|list|length > 0 %}"
323
323
"{% if not has_system %}"
324
324
"{{ '<|im_start|>system\nYou are OLMo, a helpful function-calling AI assistant built by Ai2. Your date cutoff is November 2024, and your model weights are available at https://huggingface.co/allenai. You do not currently have access to any functions. <functions></functions><|im_end|>\n' }}"
"{% set has_system = messages|selectattr('role', 'equalto', 'system')|list|length > 0 %}"
363
363
"{% if not has_system %}"
364
-
"{{ '<|im_start|>system\nYou are OLMo, a helpful function-calling AI assistant built by Ai2. Your date cutoff is November 2024, and your model weights are available at https://huggingface.co/allenai. You do not currently have access to any functions. <functions></functions><|im_end|>\n' }}"
364
+
"{{ '<|im_start|>system\nYou are a helpful AI assistant.<|im_end|>\n' }}"
"{% set has_system = messages|selectattr('role', 'equalto', 'system')|list|length > 0 %}"
403
403
"{% if not has_system %}"
404
404
"{{ '<|im_start|>system\nYou are Olmo, a helpful AI assistant built by Ai2. Your date cutoff is December 2024, and your model weights are available at https://huggingface.co/allenai.<|im_end|>\n' }}"
0 commit comments