-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrun.sh
30 lines (29 loc) · 966 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
# python3 evolution.py\
# --special_task_name default_baichuan2_7b\
# --work_dir evo_res\
# --dataset ceval\
# --inf_rate 0.25\
# --main_model checkpoints/baichuan2_7b_checkpoints/train_00220B\
# --inner_map_json inner_map/baichuan2_7b/inner_global_map.json\
# --checkpoint_list_json checkpoint_list/baichuan2_7b.json\
# --step 100\
# --population 20\
# --CXPB 0.5\
# --MUTPB 0.5\
# --evo_checkpoint evo_res/evo_checkpoint.pkl\
# --buffer buffer.json\
# --seed 42
python3 evolution.py\
--special_task_name default_baichuan2_7b\
--work_dir evo_res\
--dataset ceval\
--inf_rate 0.000001\
--main_model checkpoints/baichuan2_7b_checkpoints/train_00220B\
--inner_map_json inner_map/baichuan2_7b/inner_global_map.json\
--checkpoint_list_json checkpoint_list/baichuan2_7b.json\
--step 100\
--population 20\
--CXPB 0.5\
--MUTPB 0.5\
--buffer buffer.json\
--seed 42