1
0
Fork 0
mirror of https://github.com/ggerganov/llama.cpp.git synced 2025-03-06 20:48:53 +01:00

scritps : add helper script to get hellaswag data in txt format

This commit is contained in:
Georgi Gerganov 2024-01-18 11:44:49 +02:00
parent 1e605f4102
commit dcad445d0c
No known key found for this signature in database
GPG key ID: BF970631944C16B7

10
scripts/get-hellaswag.sh Executable file
View file

@ -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