add cot eval scripts
This commit is contained in:
12
configs/cot_eval_api.json
Normal file
12
configs/cot_eval_api.json
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"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
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user