1
0
mirror of https://github.com/ggerganov/llama.cpp.git synced 2025-01-21 00:59:23 +01:00
llama.cpp/scripts/get-winogrande.sh

11 lines
286 B
Bash
Raw Normal View History

2024-01-18 19:45:39 +01:00
#!/bin/bash
wget https://huggingface.co/datasets/ikawrakow/winogrande-eval-for-llama.cpp/raw/main/winogrande-debiased-eval.csv
echo "Usage:"
echo ""
echo " ./perplexity -m model.gguf -f winogrande-debiased-eval.csv --winogrande [--winogrande-tasks N] [other params]"
echo ""
exit 0