This repository demonstrates access to the latest Chinese Wikipedia corpora.
You can download the latest Chinese Wikipedia dump from the following link:
Chinese Wikipedia Dump
English Wikipedia Dump (For reference)
After you download the dump, you can extract the data using the following commands:
install wikiextractor
pip install wikiextractor
extract the data
wikiextractor --json -o <output_dir> zhwiki-latest-pages-articles.xml.bz2
Then, you… See the full description on the dataset page:
https://huggingface.co/datasets/Jax-dan/zhwiki-latest.