File size: 276 Bytes
d4a7e84 | 1 2 3 4 5 6 7 | INPUT_DIR=/home/tianqiu/tts_schedule/batch_infer/results/mathhard_train/Qwen_Qwen2.5-7B-Instruct/Majority/output
DATASET=mathhard_train
python /home/tianqiu/tts_schedule/batch_infer/src/output_extract.py \
--input_dir $INPUT_DIR \
--extra_re \
--dataset $DATASET |