From dcad445d0c83ad49bca1b58cf9c139cfcebee5d4 Mon Sep 17 00:00:00 2001 From: Georgi Gerganov Date: Thu, 18 Jan 2024 11:44:49 +0200 Subject: [PATCH] scritps : add helper script to get hellaswag data in txt format --- scripts/get-hellaswag.sh | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100755 scripts/get-hellaswag.sh diff --git a/scripts/get-hellaswag.sh b/scripts/get-hellaswag.sh new file mode 100755 index 000000000..ef8dcceb0 --- /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