summaryrefslogtreecommitdiff
path: root/scripts/get-hellaswag.sh
blob: 121979fe2b06930374c8e9b8132f3034cbd4decd (plain)
1
2
3
4
5
6
7
8
9
10
#!/bin/bash

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

echo "Usage:"
echo ""
echo "  ./perplexity -m model.gguf -f hellaswag_val_full.txt --hellaswag [--hellaswag-tasks N] [other params]"
echo ""

exit 0