Dataset Viewer
Viewer

The viewer is disabled because this dataset repo requires arbitrary Python code execution. Please consider removing the loading script and relying on automated data support (you can use convert_to_parquet from the datasets library). If this is not possible, please open a discussion for direct help.

Dataset Card for Wikipedia

This repo is a wrapper around olm/wikipedia that just concatenates data from the EU languages. Please refer to it for a complete data card.

The EU languages we include are:

  • bg
  • cs
  • da
  • de
  • el
  • en
  • es
  • et
  • fi
  • fr
  • ga
  • hr
  • hu
  • it
  • lt
  • lv
  • mt
  • nl
  • pl
  • pt
  • ro
  • sk
  • sl
  • sv

As with olm/wikipedia you will need to install a few dependencies:

pip install mwparserfromhell==0.6.4 multiprocess==0.70.13
from datasets import load_dataset

load_dataset("dlwh/eu_wikipedias", date="20221101")

Please refer to the original olm/wikipedia for a complete data card.

Downloads last month
6