Skip to content

Commit dcad445

Browse files
committed
scritps : add helper script to get hellaswag data in txt format
1 parent 1e605f4 commit dcad445

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

scripts/get-hellaswag.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://raw.githubusercontent.com/klosax/hellaswag_text_data/main/hellaswag_val_full.txt
4+
5+
echo "Usage:"
6+
echo ""
7+
echo " ./perplexity --hellaswag --hellaswag-tasks N -f hellaswag_val_full.txt -m modelfile.gguf"
8+
echo ""
9+
10+
exit 0

0 commit comments

Comments
 (0)