How to download articles for a specific language

#60
by shrinath-suresh - opened
from datasets import load_dataset
dataset = load_dataset("wikimedia/wikipedia", "20231101.en")

Downloads the entire dataset. Is it possible to download 20231101.en alone ?

Wikimedia org

Hi @shrinath-suresh ,

Normally, the command above should only download the corresponding dataset, unless you are using a very old datasets version.

Please retry after updating datasets:

pip install -U datasets

Sign up or log in to comment