File size: 458 Bytes
d4a7e84 | 1 2 3 4 5 6 7 8 9 | INPUT_PATH="/home/tianqiu/tts_schedule/batch_infer/results/mathhard/Qwen_Qwen2.5-7B-Instruct/Majority/output/parallel_merged_output.jsonl"
OUTPUT_PATH="/home/tianqiu/tts_schedule/batch_infer/results/mathhard/Qwen_Qwen2.5-7B-Instruct/Majority/output/acc4_new.jsonl"
CLIP_SAMPLE_NUM=4
python /home/tianqiu/tts_schedule/batch_infer/src/eval/evaluation.py --input_path $INPUT_PATH --output_path $OUTPUT_PATH --all_samples --clip_sample_num $CLIP_SAMPLE_NUM |