datasets
Training and evaluation data, with the modality, task and licence stated up front. Listed live from the Hugging Face Hub.
wikipedia-geotagged
Geotagged Wikipedia
Every Wikipedia article that carries coordinates, with its text.
from datasets import load_dataset
ds = load_dataset("yuiseki/wikipedia-geotagged", "20260901.en")
ds = load_dataset("yuiseki/wikipedia-geotagged", "20260901.ja")
subset
articles
characters
share of the wiki
20260901.en
1,374,056
4,331,110,851
19.0% of 7,235,024
20260901.ja
218,496
435,046,691
14.4% of 1,516,331
Subsets are named {dump}.{lang}, as in
wikimedia/wikipedia.
A… See the full description on the dataset page: https://huggingface.co/datasets/yuiseki/wikipedia-geotagged.wikivoyage-geotagged
Geotagged Wikivoyage
Every English Wikivoyage article that carries coordinates, with its text.
29,505 articles, 234,427,662 characters. Built from the 20260901 dumps.
from datasets import load_dataset
ds = load_dataset("yuiseki/wikivoyage-geotagged", "20260901.en")
The subset is named {dump}.{lang}, as in wikimedia/wikipedia. A later dump
or another language is added beside this one rather than replacing it.
The columns are the same as
yuiseki/wikipedia-geotagged,
which in turn… See the full description on the dataset page: https://huggingface.co/datasets/yuiseki/wikivoyage-geotagged.
