Files
distillation/configs/instruct_eval_api.json

12 lines
260 B
JSON
Raw Normal View History

2025-06-23 17:01:37 +08:00
{
"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
}
}