summaryrefslogtreecommitdiff
path: root/scripts/get-wikitext-2.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/get-wikitext-2.sh')
-rwxr-xr-xscripts/get-wikitext-2.sh7
1 files changed, 7 insertions, 0 deletions
diff --git a/scripts/get-wikitext-2.sh b/scripts/get-wikitext-2.sh
index 98aec3e3..ff96f331 100755
--- a/scripts/get-wikitext-2.sh
+++ b/scripts/get-wikitext-2.sh
@@ -1,3 +1,10 @@
#!/bin/bash
wget https://s3.amazonaws.com/research.metamind.io/wikitext/wikitext-2-raw-v1.zip
+
+echo "Usage:"
+echo ""
+echo " ./perplexity -m model.gguf -f wiki.test.raw [other params]"
+echo ""
+
+exit 0