Spaces:
Build error
Build error
more
Browse files
results/mac-results_rpp_with_mnt_2048_generic_prompt.csv
CHANGED
The diff for this file is too large to render.
See raw diff
|
|
scripts/eval-h100.sh
CHANGED
@@ -60,7 +60,7 @@ export LOAD_IN_4BIT=true
|
|
60 |
# export START_REPETITION_PENALTY=1.02
|
61 |
# ./scripts/eval-rpp.sh Qwen Qwen2-72B-Instruct checkpoint-560
|
62 |
|
63 |
-
export START_REPETITION_PENALTY=1.
|
64 |
./scripts/eval-rpp.sh shenzhi-wang Llama3.1-70B-Chinese-Chat checkpoint-210
|
65 |
|
66 |
|
@@ -69,6 +69,8 @@ export START_REPETITION_PENALTY=1.04
|
|
69 |
|
70 |
# ./scripts/eval-rpp.sh shenzhi-wang Mistral-7B-v0.3-Chinese-Chat checkpoint-70
|
71 |
|
72 |
-
|
|
|
|
|
73 |
|
74 |
# ./scripts/eval-rpp.sh microsoft Phi-3.5-mini-instruct checkpoint-210
|
|
|
60 |
# export START_REPETITION_PENALTY=1.02
|
61 |
# ./scripts/eval-rpp.sh Qwen Qwen2-72B-Instruct checkpoint-560
|
62 |
|
63 |
+
export START_REPETITION_PENALTY=1.06
|
64 |
./scripts/eval-rpp.sh shenzhi-wang Llama3.1-70B-Chinese-Chat checkpoint-210
|
65 |
|
66 |
|
|
|
69 |
|
70 |
# ./scripts/eval-rpp.sh shenzhi-wang Mistral-7B-v0.3-Chinese-Chat checkpoint-70
|
71 |
|
72 |
+
export LOAD_IN_4BIT=false
|
73 |
+
export START_REPETITION_PENALTY=1.00
|
74 |
+
./scripts/eval-rpp.sh shenzhi-wang Llama3.1-8B-Chinese-Chat checkpoint-105
|
75 |
|
76 |
# ./scripts/eval-rpp.sh microsoft Phi-3.5-mini-instruct checkpoint-210
|
scripts/eval-mac.sh
CHANGED
@@ -42,7 +42,7 @@ export RESULTS_PATH=results/mac-results_fine_tuned.csv
|
|
42 |
# ./scripts/eval-epochs.sh microsoft Phi-3.5-mini-instruct
|
43 |
|
44 |
export MAX_NEW_TOKENS=2048
|
45 |
-
export START_REPETITION_PENALTY=1.
|
46 |
export END_REPETITION_PENALTY=1.1
|
47 |
|
48 |
export USING_CHAT_TEMPLATE=false
|
@@ -60,7 +60,7 @@ export RESULTS_PATH=results/mac-results_rpp_with_mnt_2048_generic_prompt.csv
|
|
60 |
# ./scripts/eval-rpp.sh microsoft Phi-3.5-mini-instruct checkpoint-210
|
61 |
|
62 |
export BATCH_SIZE=1
|
63 |
-
|
64 |
|
65 |
-
./scripts/eval-rpp.sh Qwen Qwen2-7B-Instruct checkpoint-105
|
66 |
|
|
|
42 |
# ./scripts/eval-epochs.sh microsoft Phi-3.5-mini-instruct
|
43 |
|
44 |
export MAX_NEW_TOKENS=2048
|
45 |
+
export START_REPETITION_PENALTY=1.06
|
46 |
export END_REPETITION_PENALTY=1.1
|
47 |
|
48 |
export USING_CHAT_TEMPLATE=false
|
|
|
60 |
# ./scripts/eval-rpp.sh microsoft Phi-3.5-mini-instruct checkpoint-210
|
61 |
|
62 |
export BATCH_SIZE=1
|
63 |
+
./scripts/eval-rpp.sh shenzhi-wang Llama3.1-8B-Chinese-Chat checkpoint-105
|
64 |
|
65 |
+
# ./scripts/eval-rpp.sh Qwen Qwen2-7B-Instruct checkpoint-105
|
66 |
|