| nohup sh scripts/train/small_pretrain.sh > scripts/train/small_pretrain.log 2>&1 & | |
| wait | |
| nohup sh scripts/train/small_finetune.sh > scripts/train/small_finetune.log 2>&1 & | |
| wait | |
| #nohup sh scripts/train/v2pe_pretrain.sh > scripts/train/v2pe_pretrain.log 2>&1 & | |
| #wait | |
| #nohup sh scripts/train/v2pe_finetune.sh > scripts/train/v2pe_finetune.log 2>&1 & | |
| #wait | |
| #nohup sh scripts/train/mrope_pretrain.sh > scripts/train/mrope_pretrain.log 2>&1 & | |
| #wait | |
| #nohup sh scripts/train/mrope_finetune.sh > scripts/train/mrope_finetune.log 2>&1 & | |
| #wait | |
| nohup python3 /jizhicfs/kerstizhang/occupy.py > nohup.out 2>&1 & | |