summaryrefslogtreecommitdiff
path: root/scripts/get-hellaswag.sh
blob: ef8dcceb0813ec55bcbe36f9fbb9718c337b7ea4 (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 --hellaswag --hellaswag-tasks N -f hellaswag_val_full.txt -m modelfile.gguf"
echo ""

exit 0