You need to agree to share your contact information to access this dataset

This repository is publicly accessible, but you have to accept the conditions to access its files and content.

Log in or Sign Up to review the conditions and access this dataset content.

Wikipedia Multilingual Dataset

This dataset contains 10 language configurations, each with its own train split. The data for each config is stored in its respective subfolder.

Usage Example

from datasets import load_dataset
# Load the 'eng' config
eng_ds = load_dataset("danghaidang-passau/wikipedia-ref-links-20260101", name="eng")
# Load the 'ger' config
ger_ds = load_dataset("danghaidang-passau/wikipedia-ref-links-20260101", name="ger")
Downloads last month
4