diff options
Diffstat (limited to 'scripts/get-wikitext-2.sh')
-rwxr-xr-x | scripts/get-wikitext-2.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/get-wikitext-2.sh b/scripts/get-wikitext-2.sh index ff96f331..7ca760fa 100755 --- a/scripts/get-wikitext-2.sh +++ b/scripts/get-wikitext-2.sh @@ -1,6 +1,6 @@ #!/bin/bash -wget https://s3.amazonaws.com/research.metamind.io/wikitext/wikitext-2-raw-v1.zip +wget https://huggingface.co/datasets/ggml-org/ci/resolve/main/wikitext-2-raw-v1.zip echo "Usage:" echo "" |