Dataset Not Avaiable (This use old file but it is delete)

#11
by Indramal - opened

I am try to download dataset using following code.

from datasets import load_dataset
#ds = load_dataset('super_glue', 'boolq', split='train')
ds = load_dataset('wikipedia','20220301.si', beam_runner='DirectRunner')
ds

But now it is not available.
Old Dataset - 20220301.si
New List - https://dumps.wikimedia.org/siwiki/

I got following error for old dataset
FileNotFoundError: Couldn't find file at https://dumps.wikimedia.org/siwiki/20220301/dumpstatus.json

Please update this it. My suggesting is use "latest" word instead of using "20220301" number.

Datasets Maintainers org

Thanks for reporting, @Indramal .

Note that we are going to deprecate this dataset: it only contains the pre-processed data for 6 of the languages.

I would recommend that you use the current official "wikimedia/wikipedia" dataset, with the pre-processed data for all the languages and for the latest dump 2023-11-01.

albertvillanova changed discussion status to closed

Sign up or log in to comment