summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorGeorgi Gerganov <ggerganov@gmail.com>2024-01-18 11:44:49 +0200
committerGeorgi Gerganov <ggerganov@gmail.com>2024-01-18 11:44:49 +0200
commitdcad445d0c83ad49bca1b58cf9c139cfcebee5d4 (patch)
tree91aabc8605573998990d65dbf6e39071d21bc995 /scripts
parent1e605f4102c7ea8dc0dff82f5eaa6a71973d549f (diff)
scritps : add helper script to get hellaswag data in txt format
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/get-hellaswag.sh10
1 files changed, 10 insertions, 0 deletions
diff --git a/scripts/get-hellaswag.sh b/scripts/get-hellaswag.sh
new file mode 100755
index 00000000..ef8dcceb
--- /dev/null
+++ b/scripts/get-hellaswag.sh
@@ -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