]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commitdiff
scritps : add helper script to get hellaswag data in txt format
authorGeorgi Gerganov <redacted>
Thu, 18 Jan 2024 09:44:49 +0000 (11:44 +0200)
committerGeorgi Gerganov <redacted>
Thu, 18 Jan 2024 09:44:49 +0000 (11:44 +0200)
scripts/get-hellaswag.sh [new file with mode: 0755]

diff --git a/scripts/get-hellaswag.sh b/scripts/get-hellaswag.sh
new file mode 100755 (executable)
index 0000000..ef8dcce
--- /dev/null
@@ -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