mirror of https://github.com/hpcaitech/ColossalAI
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
466 B
10 lines
466 B
2 years ago
|
python eval.py \
|
||
|
--config_file "path to the config file" \
|
||
|
--battle_prompt_file "path to the prompt file for battle" \
|
||
|
--gpt_evaluation_prompt_file "path to the prompt file for gpt evaluation" \
|
||
|
--target_file "path to the target answer file" \
|
||
|
--answer_file_list "path to the answer files of at most 2 models" \
|
||
|
--model_name_list "the names of at most 2 models" \
|
||
|
--save_path "path to save results" \
|
||
|
--openai_key "your openai key" \
|