File tree Expand file tree Collapse file tree 3 files changed +18
-1
lines changed Expand file tree Collapse file tree 3 files changed +18
-1
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ wget https://raw.githubusercontent.com/klosax/hellaswag_text_data/main/hellaswag
4
4
5
5
echo " Usage:"
6
6
echo " "
7
- echo " ./perplexity -- hellaswag --hellaswag-tasks N -f hellaswag_val_full.txt -m modelfile.gguf "
7
+ echo " ./perplexity -m model.gguf -f hellaswag_val_full.txt -- hellaswag [ --hellaswag-tasks N] [other params] "
8
8
echo " "
9
9
10
10
exit 0
Original file line number Diff line number Diff line change 1
1
#! /bin/bash
2
2
3
3
wget https://s3.amazonaws.com/research.metamind.io/wikitext/wikitext-2-raw-v1.zip
4
+
5
+ echo " Usage:"
6
+ echo " "
7
+ echo " ./perplexity -m model.gguf -f wiki.test.raw [other params]"
8
+ echo " "
9
+
10
+ exit 0
Original file line number Diff line number Diff line change
1
+ #! /bin/bash
2
+
3
+ wget https://huggingface.co/datasets/ikawrakow/winogrande-eval-for-llama.cpp/raw/main/winogrande-debiased-eval.csv
4
+
5
+ echo " Usage:"
6
+ echo " "
7
+ echo " ./perplexity -m model.gguf -f winogrande-debiased-eval.csv --winogrande [--winogrande-tasks N] [other params]"
8
+ echo " "
9
+
10
+ exit 0
You can’t perform that action at this time.
0 commit comments