Spaces:
Build error
Build error
Update eval-4gpu.sh
Browse files- scripts/eval-4gpu.sh +6 -2
scripts/eval-4gpu.sh
CHANGED
@@ -22,10 +22,14 @@ export LOAD_IN_4BIT=true
|
|
22 |
|
23 |
# ./scripts/eval-model.sh shenzhi-wang/Llama3.1-70B-Chinese-Chat
|
24 |
|
25 |
-
export CHECKPOINTS_PER_EPOCH=4
|
26 |
-
./scripts/eval-epochs.sh Qwen Qwen2-72B-Instruct
|
27 |
|
28 |
# export CHECKPOINTS_PER_EPOCH=1
|
29 |
# ./scripts/eval-epochs.sh shenzhi-wang Llama3.1-70B-Chinese-Chat
|
30 |
|
|
|
|
|
31 |
# ./scripts/eval-rpp.sh shenzhi-wang Llama3.1-70B-Chinese-Chat checkpoint-210
|
|
|
|
|
|
22 |
|
23 |
# ./scripts/eval-model.sh shenzhi-wang/Llama3.1-70B-Chinese-Chat
|
24 |
|
25 |
+
# export CHECKPOINTS_PER_EPOCH=4
|
26 |
+
# ./scripts/eval-epochs.sh Qwen Qwen2-72B-Instruct
|
27 |
|
28 |
# export CHECKPOINTS_PER_EPOCH=1
|
29 |
# ./scripts/eval-epochs.sh shenzhi-wang Llama3.1-70B-Chinese-Chat
|
30 |
|
31 |
+
export END_REPETITION_PENALTY=1.1
|
32 |
+
|
33 |
# ./scripts/eval-rpp.sh shenzhi-wang Llama3.1-70B-Chinese-Chat checkpoint-210
|
34 |
+
|
35 |
+
./scripts/eval-rpp.sh Qwen Qwen2-72B-Instruct checkpoint-560
|