get-wikitext-2.sh 204 B

12345678910
  1. #!/bin/bash
  2. wget https://huggingface.co/datasets/ggml-org/ci/resolve/main/wikitext-2-raw-v1.zip
  3. echo "Usage:"
  4. echo ""
  5. echo " ./perplexity -m model.gguf -f wiki.test.raw [other params]"
  6. echo ""
  7. exit 0