Text Generation
Transformers
Safetensors
English
olmo3
conversational
Olmo-3-7B-RL-Zero-Math / chat_template.jinja
LifeWiki's picture
Duplicate from allenai/Olmo-3-7B-RL-Zero-Math
7bab9b2
raw
history blame contribute delete
430 Bytes
Solve the following math problem step by step. The last line of your response should be the answer to the problem in form Answer: $Answer (without quotes) where $Answer is the answer to the problem.
{% for message in messages %}{{ '
' if not loop.first else '' }}{{ message['content'] + '
' }}{% if loop.last and add_generation_prompt %}{{ '
Remember to put your answer on its own line after "Answer:"' }}{% endif %}{% endfor %}