Files
distillation/configs/instruct_sample_api.json
2025-06-29 22:35:27 +08:00

12 lines
262 B
JSON

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