mirror of
https://github.com/Lizonghang/prima.cpp.git
synced 2025-09-05 22:09:03 +00:00
10 lines
286 B
Bash
Executable file
10 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
|