-
Notifications
You must be signed in to change notification settings - Fork 0
/
eval_1_pykv_2.sh
48 lines (40 loc) · 1.6 KB
/
eval_1_pykv_2.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
36
37
38
39
40
41
42
43
44
45
46
47
48
python infer_loogle_score.py \
--model_path /mnt/data/zhiyuanhu/yuliang/easycontext_modify/EasyContext/output/qwen2_7b-RSS_S-80-38400-0810/stage_2 \
--tag qwen2_7b_LR_128_38_redo \
--ability LooGLE \
--eval_times 3
python infer_loogle_score.py \
--model_path /mnt/data/zhiyuanhu/yuliang/easycontext_modify/EasyContext/output/qwen2_7b-RSS_S-80-24000-0813_feature/stage_2 \
--ability LooGLE \
--tag qwen2_7b_LR_80_24_redo \
--eval_times 3
python infer_loogle_score.py \
--model_path /mnt/data/zhiyuanhu/yuliang/easycontext_modify/EasyContext/output/qwen2_7b-R-80-38400-0813/stage_2 \
--ability LooGLE \
--tag qwen2_7b_R_128_38_redo \
--eval_times 3
python infer_loogle_score.py \
--model_path /mnt/data/zhiyuanhu/yuliang/easycontext_modify/EasyContext/output/qwen2_7b-R-80-24000-0813/stage_2 \
--ability LooGLE \
--tag qwen2_7b_R_80_24_redo \
--eval_times 3
python infer_loogle_score.py \
--model_path /mnt/data/zhiyuanhu/yuliang/easycontext_modify/EasyContext/output/qwen2_7b-pose-80-38400-0810/stage_2 \
--ability LooGLE \
--tag qwen2_7b_pose_128_38_redo \
--eval_times 3
python infer_loogle_score.py \
--model_path /mnt/data/zhiyuanhu/yuliang/easycontext_modify/EasyContext/output/qwen2_7b-pose-80-24000-0813/stage_2 \
--ability LooGLE \
--tag qwen2_7b_pose_80_24_redo \
--eval_times 3
python infer_loogle_score.py \
--model_path /mnt/data/zhiyuanhu/yuliang/models/qwen15_7b_llamafy \
--ability LooGLE \
--tag qwen15_7b_base \
--eval_times 3
python infer_loogle_score.py \
--model_path /mnt/data/zhiyuanhu/yuliang/models/qwen2_7b_llamafy \
--ability LooGLE \
--tag qwen2_7b_base \
--eval_times 3