Skip to content

Commit

Permalink
scritps : add helper script to get hellaswag data in txt format
Browse files Browse the repository at this point in the history
  • Loading branch information
ggerganov committed Jan 18, 2024
1 parent 1e605f4 commit dcad445
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions scripts/get-hellaswag.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
#!/bin/bash

wget https://raw.githubusercontent.com/klosax/hellaswag_text_data/main/hellaswag_val_full.txt

echo "Usage:"
echo ""
echo " ./perplexity --hellaswag --hellaswag-tasks N -f hellaswag_val_full.txt -m modelfile.gguf"
echo ""

exit 0

0 comments on commit dcad445

Please sign in to comment.