get-wikitext-103.sh 210 B

12345678910
  1. #!/bin/bash
  2. wget https://s3.amazonaws.com/research.metamind.io/wikitext/wikitext-103-raw-v1.zip
  3. echo "Usage:"
  4. echo ""
  5. echo " ./llama-perplexity -m model.gguf -f wiki.test.raw [other params]"
  6. echo ""
  7. exit 0