summaryrefslogtreecommitdiff
path: root/Qwen2.5-Eval/evaluation/sh
diff options
context:
space:
mode:
authorZitian Gao <zitian.gao@outlook.com>2025-06-02 14:57:34 +0800
committerGitHub <noreply@github.com>2025-06-02 14:57:34 +0800
commit5e163b529a78d528b745b8b57ba794b7b2bba97a (patch)
treea01a1e483ea8c2ec37bae852c91be491b03ed70b /Qwen2.5-Eval/evaluation/sh
parenta458a62de42552f53925c282eef633d001dc643a (diff)
update config
Diffstat (limited to 'Qwen2.5-Eval/evaluation/sh')
-rw-r--r--Qwen2.5-Eval/evaluation/sh/eval_all_math.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/Qwen2.5-Eval/evaluation/sh/eval_all_math.sh b/Qwen2.5-Eval/evaluation/sh/eval_all_math.sh
index ee580e3..8e8067d 100644
--- a/Qwen2.5-Eval/evaluation/sh/eval_all_math.sh
+++ b/Qwen2.5-Eval/evaluation/sh/eval_all_math.sh
@@ -1,7 +1,7 @@
set -x
export CUDA_VISIBLE_DEVICES="0,1,2,3,4,5,6,7"
MODEL_NAME_OR_PATH="/volume/ailab4sci/ztgao/em/checkpoints/qwen25_math_7b_1shot_pi1/step_10"
-OUTPUT_DIR="/volume/ailab4sci/ztgao/em/checkpoints/qwen25_math_7b_1shot_pi1/step_10/temp03/eval"
+OUTPUT_DIR="/volume/ailab4sci/ztgao/em/checkpoints/qwen25_math_7b_1shot_pi1/step_10/temp00/eval"
mkdir -p $OUTPUT_DIR
PROMPT_TYPE="qwen25-math-cot"
MAX_TOKENS_PER_CALL="3072"
@@ -20,7 +20,7 @@ python3 -u math_eval.py \
--prompt_type ${PROMPT_TYPE} \
--num_test_sample ${NUM_TEST_SAMPLE} \
--seed 0 \
- --temperature 0.3 \
+ --temperature 0 \
--n_sampling 1 \
--top_p 1 \
--start 0 \
@@ -28,4 +28,4 @@ python3 -u math_eval.py \
--use_vllm \
--save_outputs \
--max_tokens_per_call ${MAX_TOKENS_PER_CALL} \
- --overwrite \ No newline at end of file
+ --overwrite