get-hellaswag.sh 244 B

12345678910
  1. #!/bin/bash
  2. wget https://raw.githubusercontent.com/klosax/hellaswag_text_data/main/hellaswag_val_full.txt
  3. echo "Usage:"
  4. echo ""
  5. echo " ./perplexity --hellaswag --hellaswag-tasks N -f hellaswag_val_full.txt -m modelfile.gguf"
  6. echo ""
  7. exit 0