Files
distillation/configs/cot_eval_api.json
2025-06-23 10:20:34 +08:00

12 lines
245 B
JSON

{
"job_type": "cot_eval_api",
"dataset": {
"input_path": "cot_input.json",
"output_path": "cot_output.json"
},
"inference":{
"base_url": "ENDPOINT",
"api_key": "TOKEN",
"max_new_tokens": 8196
}
}