get-wikitext-2.sh 202 B

12345678910
  1. #!/bin/bash
  2. wget https://s3.amazonaws.com/research.metamind.io/wikitext/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