13 lines
451 B
YAML
13 lines
451 B
YAML
|
|
infer_args:
|
|
model_name_or_path: /path/to/model_dir # Note: need to replace with your model dir, absolute path is recommended
|
|
model_type: qwen2-7b-instruct # Note: need to replace with your model type
|
|
data_path: /path/to/data/toolbench_static # absolute path is recommended
|
|
deploy_type: swift
|
|
max_new_tokens: 2048
|
|
num_infer_samples: null
|
|
output_dir: output_res
|
|
eval_args:
|
|
input_path: output_res
|
|
output_path: output_res
|