初始化项目,由ModelHub XC社区提供模型
Model: zannvznn/qwen3-0.6b-math-l45-qlora-merged-fp16 Source: Original Platform
This commit is contained in:
8
prompt_config.json
Normal file
8
prompt_config.json
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"model_id": "Qwen/Qwen3-0.6B-Base",
|
||||
"prompt_template": "### System:\n{system_prompt}\n\n### Problem:\n{problem}\n\n### Solution:\n",
|
||||
"system_prompt": "You are a precise mathematical problem solver.\nFollow this exact output contract:\n1. Solve the problem step by step with concise reasoning.\n2. Use valid LaTeX math notation for mathematical expressions.\n3. Preserve LaTeX commands such as \\frac{...}{...}, \\sqrt{...}, x^{...}, subscripts, equations, and inequalities.\n4. Put the final answer on its own last line exactly in this form: Final Answer: \\boxed{...}\n5. Do not use Markdown code fences.\n6. Do not switch to a different answer format.",
|
||||
"eos_token": "<|endoftext|>",
|
||||
"padding_side": "right",
|
||||
"add_final_answer_line_from_last_boxed": true
|
||||
}
|
||||
Reference in New Issue
Block a user