-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathrun.sh
executable file
·35 lines (33 loc) · 1017 Bytes
/
run.sh
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
# seasonal-online-bf20 BERT
python main.py \
--gpu 0 \
--epoch 50 \
--lr 2e-05 \
--model_name bert \
--root_path reweight_roll_season/roll_seasonal_data/roll_online_bf20_demo \
--bert_path /path/to/chinese-bert-wwm-ext \
--data_name seasonal_roll_online_bf20_demo \
--data_type roll_online \
--split_level seasonal
# seasonal-online-bf20 BERT+EANN
python main.py \
--gpu 0 \
--epoch 50 \
--lr 2e-05 \
--model_name eann_bert \
--root_path reweight_roll_season/roll_seasonal_data/roll_online_bf20_demo \
--bert_path /path/to/chinese-bert-wwm-ext \
--data_name seasonal_roll_online_bf20_demo \
--data_type roll_online \
--split_level seasonal
# seasonal-online-bf20 BERT+FTT
python main.py \
--gpu 0 \
--epoch 50 \
--lr 2e-05 \
--model_name bert \
--root_path path/to/adjusted_data \
--bert_path /path/to/chinese-bert-wwm-ext \
--data_name adjusted_data_name \
--data_type roll_online \
--split_level seasonal