From 0e07532cd0a28ca3e3af1850b8297bc095e44749 Mon Sep 17 00:00:00 2001 From: Dayiheng Liu <2689514749@qq.com> Date: Fri, 15 Sep 2023 10:03:22 +0800 Subject: [PATCH] Update EVALUATION.md fix typo --- eval/EVALUATION.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eval/EVALUATION.md b/eval/EVALUATION.md index 1381e69..75ea021 100644 --- a/eval/EVALUATION.md +++ b/eval/EVALUATION.md @@ -59,7 +59,7 @@ pip install -e human-eval python evaluate_humaneval.py -f HumanEval.jsonl -o HumanEval_res.jsonl evaluate_functional_correctness HumanEval_res.jsonl # Qwen-7B-Chat -python evaluate_chat_mmlu.py -f HumanEval.jsonl -o HumanEval_res_chat.jsonl +python evaluate_chat_humaneval.py -f HumanEval.jsonl -o HumanEval_res_chat.jsonl evaluate_functional_correctness HumanEval_res_chat.jsonl ```