Files
distillation/configs/instruct_eval_api.json
2025-06-23 17:01:37 +08:00

12 lines
260 B
JSON

{
"job_type": "instruct_eval_api",
"dataset": {
"input_path": "instruct_input.json",
"output_path": "instruct_output.json"
},
"inference":{
"base_url": "ENDPOINT",
"api_key": "TOKEN",
"max_new_tokens": 8196
}
}