Spaces:
Build error
Build error
Update eval-mgtv-qwen2.5.sh
Browse files
scripts/eval-mgtv-qwen2.5.sh
CHANGED
@@ -13,8 +13,8 @@ cat /etc/os-release
|
|
13 |
lscpu
|
14 |
grep MemTotal /proc/meminfo
|
15 |
|
16 |
-
$BASEDIR/scripts/eval-epochs.sh Qwen Qwen2.5-7B-Instruct
|
17 |
-
$BASEDIR/scripts/eval-shots.sh Qwen Qwen2.5-7B-Instruct
|
18 |
|
19 |
|
20 |
# $BASEDIR/scripts/eval-shots.sh Qwen Qwen2.5-3B-Instruct
|
@@ -30,16 +30,16 @@ $BASEDIR/scripts/eval-shots.sh Qwen Qwen2.5-7B-Instruct
|
|
30 |
# $BASEDIR/scripts/eval-shots.sh Qwen Qwen2.5-0.5B-Instruct
|
31 |
|
32 |
|
33 |
-
export START_NUM_SHOTS=5
|
34 |
|
35 |
-
$BASEDIR/scripts/eval-shots.sh internlm internlm2_5-7b-chat
|
36 |
|
37 |
-
$BASEDIR/scripts/eval-shots.sh internlm internlm2_5-7b-chat-1m
|
38 |
|
39 |
-
$BASEDIR/scripts/eval-shots.sh shenzhi-wang Llama3.1-8B-Chinese-Chat
|
40 |
|
41 |
export START_NUM_SHOTS=40
|
|
|
42 |
|
43 |
-
|
44 |
-
|
45 |
-
$BASEDIR/scripts/eval-shots.sh shenzhi-wang Mistral-7B-v0.3-Chinese-Chat
|
|
|
13 |
lscpu
|
14 |
grep MemTotal /proc/meminfo
|
15 |
|
16 |
+
# $BASEDIR/scripts/eval-epochs.sh Qwen Qwen2.5-7B-Instruct
|
17 |
+
# $BASEDIR/scripts/eval-shots.sh Qwen Qwen2.5-7B-Instruct
|
18 |
|
19 |
|
20 |
# $BASEDIR/scripts/eval-shots.sh Qwen Qwen2.5-3B-Instruct
|
|
|
30 |
# $BASEDIR/scripts/eval-shots.sh Qwen Qwen2.5-0.5B-Instruct
|
31 |
|
32 |
|
33 |
+
# export START_NUM_SHOTS=5
|
34 |
|
35 |
+
# $BASEDIR/scripts/eval-shots.sh internlm internlm2_5-7b-chat
|
36 |
|
37 |
+
# $BASEDIR/scripts/eval-shots.sh internlm internlm2_5-7b-chat-1m
|
38 |
|
39 |
+
# $BASEDIR/scripts/eval-shots.sh shenzhi-wang Llama3.1-8B-Chinese-Chat
|
40 |
|
41 |
export START_NUM_SHOTS=40
|
42 |
+
$BASEDIR/scripts/eval-shots.sh internlm internlm2_5-7b-chat
|
43 |
|
44 |
+
export START_NUM_SHOTS=50
|
45 |
+
$BASEDIR/scripts/eval-shots.sh internlm internlm2_5-7b-chat-1m
|
|