Text Generation
Transformers
Safetensors
English
olmo3
conversational
Olmo-3.1-7B-RL-Zero-Code / chat_template.jinja
saurabh5's picture
Upload checkpoint step_2000
6ead84e verified
Raw
History Blame Contribute Delete
417 Bytes
Solve the following code problem step by step. The last part of your response should be the solution to the problem in form ```
python
CODE
``` where CODE is the solution for the problem.
{% for message in messages %}{{ '
' if not loop.first else '' }}{{ message['content'] + '
' }}{% if loop.last and add_generation_prompt %}
Remember to put your solution inside the ```
python
CODE
``` tags{% endif %}{% endfor %}