12 lines
260 B
JSON
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
|
|
}
|
|
} |