flask-llama / llama.cpp /scripts /get-winogrande.sh
YZ-TAN's picture
Upload 2821 files
5a29263 verified
raw
history blame contribute delete
302 Bytes
#!/bin/bash
wget https://huggingface.co/datasets/ikawrakow/winogrande-eval-for-llama.cpp/raw/main/winogrande-debiased-eval.csv
echo "Usage:"
echo ""
echo " ./llama-perplexity -m model.gguf -f winogrande-debiased-eval.csv --winogrande [--winogrande-tasks N] [other params]"
echo ""
exit 0