/ scripts / get-hellaswag.sh
get-hellaswag.sh
 1  #!/bin/bash
 2  
 3  wget https://raw.githubusercontent.com/klosax/hellaswag_text_data/main/hellaswag_val_full.txt
 4  
 5  echo "Usage:"
 6  echo ""
 7  echo "  ./llama-perplexity -m model.gguf -f hellaswag_val_full.txt --hellaswag [--hellaswag-tasks N] [other params]"
 8  echo ""
 9  
10  exit 0