2024-01-18 11:44:49 +02:00
|
|
|
#!/bin/bash
|
|
|
|
|
|
|
|
|
|
wget https://raw.githubusercontent.com/klosax/hellaswag_text_data/main/hellaswag_val_full.txt
|
|
|
|
|
|
|
|
|
|
echo "Usage:"
|
|
|
|
|
echo ""
|
2024-01-18 20:45:39 +02:00
|
|
|
echo " ./perplexity -m model.gguf -f hellaswag_val_full.txt --hellaswag [--hellaswag-tasks N] [other params]"
|
2024-01-18 11:44:49 +02:00
|
|
|
echo ""
|
|
|
|
|
|
|
|
|
|
exit 0
|