diff options
Diffstat (limited to 'scripts/get-hellaswag.sh')
-rwxr-xr-x | scripts/get-hellaswag.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/get-hellaswag.sh b/scripts/get-hellaswag.sh index 121979fe..4e1b1cc1 100755 --- a/scripts/get-hellaswag.sh +++ b/scripts/get-hellaswag.sh @@ -4,7 +4,7 @@ wget https://raw.githubusercontent.com/klosax/hellaswag_text_data/main/hellaswag echo "Usage:" echo "" -echo " ./perplexity -m model.gguf -f hellaswag_val_full.txt --hellaswag [--hellaswag-tasks N] [other params]" +echo " ./llama-perplexity -m model.gguf -f hellaswag_val_full.txt --hellaswag [--hellaswag-tasks N] [other params]" echo "" exit 0 |