{ "job_type": "cot_short2long_batch", "dataset": { "input_path": "./train.json", "output_path": "./train_extended.json", "template" : "./chat_template/chat_template_kd.jinja" }, "models": { "teacher": "teacher/Qwen/Qwen2.5-7B-Instruct/" }, "inference":{ "prompt" : "You are a helpful assistant who is highly skilled at extending reasoning processes. Given a problem ,its answer and its reasoning process, your task is to extend the reasoning process by adding necessary details and intermediate steps, so that a small language model (e.g., a 7B model) can follow the extended reasoning process to solve the problem. If the original reasoning process is divided into multiple steps separated by two newline characters (\\n\\n), your output must preserve this formatting. You must output ONLY the extended reasoning process with no additional explanation or commentary.", "enable_chunked_prefill": true, "seed": 777, "gpu_memory_utilization": 0.9, "temperature": 0.8, "trust_remote_code": true, "enforce_eager": false, "max_model_len": 4096, "max_new_tokens": 512 } }