scripts : add get-winogrande.sh
This commit is contained in:
parent
b46757735d
commit
e9240cdfa0
3 changed files with 18 additions and 1 deletions
10
scripts/get-winogrande.sh
Executable file
10
scripts/get-winogrande.sh
Executable file
|
@ -0,0 +1,10 @@
|
|||
#!/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
|
Loading…
Add table
Add a link
Reference in a new issue