-
Notifications
You must be signed in to change notification settings - Fork 19
Expand file tree
/
Copy pathtrain_script.sh
More file actions
executable file
·26 lines (23 loc) · 895 Bytes
/
Copy pathtrain_script.sh
File metadata and controls
executable file
·26 lines (23 loc) · 895 Bytes
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
cd src
python pretrain.py --base_model roberta
python finetune_cv.py --base_model roberta
python pretrain.py --base_model wwm
python finetune_cv.py --base_model wwm
python pretrain.py --base_model ernie
python finetune_cv.py --base_model ernie
# local
############## focal #################
python pretrain.py --base_model roberta_focal
python finetune_cv.py --base_model roberta_focal
python pretrain.py --base_model wwm_focal
python finetune_cv.py --base_model wwm_focal
python pretrain.py --base_model ernie_focal
python finetune_cv.py --base_model ernie_focal # **
# on server
###############tiny###################
python pretrain.py --base_model roberta_tiny
python finetune_cv.py --base_model roberta_tiny
python pretrain.py --base_model wwm_tiny
python finetune_cv.py --base_model wwm_tiny
python pretrain.py --base_model ernie_tiny
python finetune_cv.py --base_model ernie_tiny # **