初始化项目,由ModelHub XC社区提供模型
Model: richardyoung/OLMo-3-7B-RLZero-Math-GGUF Source: Original Platform
This commit is contained in:
7
mlx/chat_template.jinja
Normal file
7
mlx/chat_template.jinja
Normal file
@@ -0,0 +1,7 @@
|
||||
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 %}
|
||||
Reference in New Issue
Block a user