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
2024-01-18 20:45:39 +02:00

11 lines
286 B
Bash
Executable File

#!/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