From b8db45fe3f6064a66f31020e77bafa466f63fd68 Mon Sep 17 00:00:00 2001 From: RudrenduPaul Date: Fri, 17 Jul 2026 18:27:13 -0700 Subject: [PATCH] Fix dead wikitext-103 S3 link in quicktour.mdx The wget URL pointed at s3.amazonaws.com/research.metamind.io, which has been dead since the research.metamind.io takedown. Replace it with the canonical wikitext-103-raw-v1.zip mirror on the Hugging Face Hub so the quicktour download step works again. Closes #1625 --- docs/source-doc-builder/quicktour.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source-doc-builder/quicktour.mdx b/docs/source-doc-builder/quicktour.mdx index 5edf321e15..c1dcbebc7e 100644 --- a/docs/source-doc-builder/quicktour.mdx +++ b/docs/source-doc-builder/quicktour.mdx @@ -12,7 +12,7 @@ tokenizer on [wikitext-103](https://www.salesforce.com/blog/the-wikitext-long-te to download this dataset and unzip it with: ``` bash -wget https://s3.amazonaws.com/research.metamind.io/wikitext/wikitext-103-raw-v1.zip +wget https://huggingface.co/datasets/mattdangerw/wikitext-103-raw/resolve/main/wikitext-103-raw-v1.zip unzip wikitext-103-raw-v1.zip ```