1
0

get-winogrande.sh 300 B

12345678910
  1. #!/usr/bin/env bash
  2. wget https://huggingface.co/datasets/ikawrakow/winogrande-eval-for-llama.cpp/raw/main/winogrande-debiased-eval.csv
  3. echo "Usage:"
  4. echo ""
  5. echo " ./llama-perplexity -m model.gguf -f winogrande-debiased-eval.csv --winogrande [--winogrande-tasks N] [other params]"
  6. echo ""
  7. exit 0