luka / Scripts /run_data_prepare.bash
unfair11212's picture
Add files using upload-large-folder tool
1c8c794 verified
MODEL_NAME="Qwen/Qwen2.5-7B-Instruct"
MAX_COMPLETION_TOKENS=2048
METHOD="TEST"
DATASET="mathhard"
OUTPUT_PATH="/home/tianqiu/tts_schedule/batch_infer/results/test/PIPELINETEST_small_batch.jsonl"
python /home/tianqiu/tts_schedule/batch_infer/src/data_prepare.py --model_name $MODEL_NAME --max_completion_tokens $MAX_COMPLETION_TOKENS --output_path $OUTPUT_PATH --dataset $DATASET