Skip to content

Commit 48e1b3f

Browse files
ggerganovhodlen
authored andcommitted
scripts : add get-winogrande.sh
1 parent 8a1fc4a commit 48e1b3f

File tree

3 files changed

+18
-1
lines changed

3 files changed

+18
-1
lines changed

scripts/get-hellaswag.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ wget https://raw.githubusercontent.com/klosax/hellaswag_text_data/main/hellaswag
44

55
echo "Usage:"
66
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]"
88
echo ""
99

1010
exit 0

scripts/get-wikitext-2.sh

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
11
#!/bin/bash
22

33
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

scripts/get-winogrande.sh

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
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

0 commit comments

Comments
 (0)