mirror of
https://github.com/hpcaitech/ColossalAI.git
synced 2025-06-24 14:33:20 +00:00
* Add ColossalEval * Delete evaluate in Chat --------- Co-authored-by: Xu Yuanchen <yuanchen.xu00@gmail.com> Co-authored-by: Tong Li <tong.li352711588@gmail.com>
10 lines
466 B
Bash
10 lines
466 B
Bash
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" \
|