English subset isnt here?
#4
by
teknium
- opened
Cant find it but is listed in dataset card..
Hey, thanks for checking out the project!
The english config is definitely there. You can load it with this snippet (it's a big one!)
dataset = load_dataset("omarkamali/wikipedia-monthly", "latest.en", split="train")
Here's a preview:
- latest.en (points to the latest dump): https://huggingface.co/datasets/omarkamali/wikipedia-monthly/viewer/latest.en
- 20250702.en: https://huggingface.co/datasets/omarkamali/wikipedia-monthly/viewer/20250702.en
Some dumps from August are not uploaded yet due to bandwidth issues and so the english dump is from July 2025.
The problem will be hopefully fixed for September's update.