File size: 1,390 Bytes
c7a6fe6 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 |
python /home/mshahidul/readctrl/code/finetune-inference/api_call_vllm_v2.py \
--file1 /home/mshahidul/readctrl/data/hand_create_gpt5_other_model/synthetic_data_es_raw_592.json \
--file2 /home/mshahidul/readctrl/data/testing_data_gs/multiclinsum_gs_train_es.json \
--start_index 500 \
--end_index -1
python /home/mshahidul/readctrl/code/finetune-inference/convert_fp16.py \
--model_path /home/mshahidul/readctrl_model/qwen3-32B_subclaims-extraction-8b_ctx \
--save_path /home/mshahidul/readctrl_model/full_model/qwen3-32B_subclaims_BF16_merged \
--msl 8192 \
--cuda_device 1
python /home/mshahidul/readctrl/code/finetune-inference/subclaim_support_cal_v4.py \
--start_index 0 \
--end_index 100
python /home/mshahidul/readctrl/code/finetune-inference/subclaim_support_cal_v4.py \
--start_index 100 \
--end_index 200
python /home/mshahidul/readctrl/code/finetune-inference/subclaim_support_cal_v4.py \
--start_index 200 \
--end_index 300
python /home/mshahidul/readctrl/code/finetune-inference/subclaim_support_cal_v4.py \
--start_index 300 \
--end_index 400
python /home/mshahidul/readctrl/code/finetune-inference/subclaim_support_cal_v4.py \
--start_index 400 \
--end_index 500
python /home/mshahidul/readctrl/code/finetune-inference/subclaim_support_cal_v4.py \
--start_index 500 \
--end_index -1
|