inflaton commited on
Commit
8538da6
·
1 Parent(s): f62fd81

more results

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-mac.sh CHANGED
@@ -13,6 +13,7 @@ grep MemTotal /proc/meminfo
13
 
14
  # pip install torch torchvision torchaudio
15
  # pip install -r requirements.txt
 
16
 
17
  # export START_NUM_SHOTS=50
18
 
@@ -59,5 +60,7 @@ export RESULTS_PATH=results/mac-results_rpp_with_mnt_2048_generic_prompt.csv
59
  # ./scripts/eval-rpp.sh microsoft Phi-3.5-mini-instruct checkpoint-210
60
 
61
  export BATCH_SIZE=1
62
- ./scripts/eval-rpp.sh shenzhi-wang Llama3.1-8B-Chinese-Chat checkpoint-105
 
 
63
 
 
13
 
14
  # pip install torch torchvision torchaudio
15
  # pip install -r requirements.txt
16
+ # pip install --upgrade transformers
17
 
18
  # export START_NUM_SHOTS=50
19
 
 
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