tensorflow / tensorflow/datasets
Wikipedia Dataset Is Broken
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 4.6k
- Forks
- 1.6k
- Avg merge
- 3h 54m
- Merged PRs (30d)
- 1
Description
When I try to download the English Wikipedia dataset using:
python -m tensorflow_datasets.scripts.download_and_prepare --datasets=wikipedia/20200301.en
I get the error:
tensorflow_datasets.core.download.downloader.DownloadError:
Failed to get url https://dumps.wikimedia.your.org/enwiki/20200301/dumpstatus.json. HTTP code: 404.
I would like to download it locally (not on GCS).
Environment information
Operating System: Windows 10
Python version: 3.8.3
tensorflow-datasets: 3.2.1
tensorflow version: 2.3.1
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by rerunning the provided download_and_prepare command and checking the failing Wikimedia dumpstatus.json URL and its 404 response. Trace how the Wikipedia dataset download resolves that URL for local downloads; done means the English 20200301 dataset can be downloaded locally without the reported DownloadError.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python, tensorflow
- Domain
- data, machine-learning
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100