初始化项目,由ModelHub XC社区提供模型

Model: allenai/Olmo-3.1-7B-RL-Zero-Math
Source: Original Platform
This commit is contained in:
ModelHub XC
2026-06-27 22:30:14 +08:00
commit 038203c036
16 changed files with 100866 additions and 0 deletions

7
chat_template.jinja Normal file
View File

@@ -0,0 +1,7 @@
Solve the following 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 %}