Spaces:
Build error
Build error
fix scripts
Browse files
scripts/eval-mgtv-qwen2.5.sh
CHANGED
@@ -13,12 +13,33 @@ cat /etc/os-release
|
|
13 |
lscpu
|
14 |
grep MemTotal /proc/meminfo
|
15 |
|
|
|
|
|
|
|
|
|
16 |
# $BASEDIR/scripts/eval-shots.sh Qwen Qwen2.5-3B-Instruct
|
17 |
|
18 |
-
$BASEDIR/scripts/eval-epochs.sh Qwen Qwen2.5-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
19 |
|
20 |
-
|
21 |
|
22 |
-
$BASEDIR/scripts/eval-
|
23 |
|
24 |
-
$BASEDIR/scripts/eval-shots.sh
|
|
|
13 |
lscpu
|
14 |
grep MemTotal /proc/meminfo
|
15 |
|
16 |
+
$BASEDIR/scripts/eval-shots.sh Qwen Qwen2.5-7B-Instruct
|
17 |
+
|
18 |
+
$BASEDIR/scripts/eval-epochs.sh Qwen Qwen2.5-7B-Instruct
|
19 |
+
|
20 |
# $BASEDIR/scripts/eval-shots.sh Qwen Qwen2.5-3B-Instruct
|
21 |
|
22 |
+
$BASEDIR/scripts/eval-epochs.sh Qwen Qwen2.5-3B-Instruct
|
23 |
+
|
24 |
+
# $BASEDIR/scripts/eval-epochs.sh Qwen Qwen2.5-1.5B-Instruct
|
25 |
+
|
26 |
+
# $BASEDIR/scripts/eval-shots.sh Qwen Qwen2.5-1.5B-Instruct
|
27 |
+
|
28 |
+
# $BASEDIR/scripts/eval-epochs.sh Qwen Qwen2.5-0.5B-Instruct
|
29 |
+
|
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 |
+
$BASEDIR/scripts/eval-shots.sh Qwen Qwen2.5-3B-Instruct
|
44 |
|
45 |
+
$BASEDIR/scripts/eval-shots.sh shenzhi-wang Mistral-7B-v0.3-Chinese-Chat
|
scripts/eval-mgtv-qwen2.5_4bit.sh
CHANGED
@@ -18,3 +18,6 @@ $BASEDIR/scripts/eval-epochs.sh Qwen Qwen2.5-72B-Instruct
|
|
18 |
|
19 |
export START_NUM_SHOTS=5
|
20 |
$BASEDIR/scripts/eval-shots_4bit.sh Qwen Qwen2.5-72B-Instruct
|
|
|
|
|
|
|
|
18 |
|
19 |
export START_NUM_SHOTS=5
|
20 |
$BASEDIR/scripts/eval-shots_4bit.sh Qwen Qwen2.5-72B-Instruct
|
21 |
+
|
22 |
+
export START_NUM_SHOTS=40
|
23 |
+
$BASEDIR/scripts/eval-shots_4bit.sh shenzhi-wang Llama3.1-70B-Chinese-Chat
|
scripts/tune-mgtv-bf16.sh
CHANGED
@@ -33,4 +33,4 @@ $BASEDIR/scripts/tune-lf_v2.sh Qwen Qwen2.5-3B-Instruct qwen
|
|
33 |
|
34 |
#$BASEDIR/scripts/tune-lf_v2.sh Qwen Qwen2.5-0.5B-Instruct qwen
|
35 |
|
36 |
-
$BASEDIR/scripts/eval-mgtv-
|
|
|
33 |
|
34 |
#$BASEDIR/scripts/tune-lf_v2.sh Qwen Qwen2.5-0.5B-Instruct qwen
|
35 |
|
36 |
+
$BASEDIR/scripts/eval-mgtv-qwen2.5.sh
|