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.
Bashkir Wikipedia Corpus
Dataset Description
This dataset contains 43,926 articles from Bashkir Wikipedia and Wikibooks.
- Curated by: BashkirNLPWorld
- Language(s): Bashkir (Cyrillic script)
- License: CC BY-SA 4.0
Dataset Statistics
| Metric |
Value |
| Total documents |
43,926 |
| Total tokens |
10,617,785 |
| Total words |
8,862,807 |
| Total characters |
65,928,134 |
| Unique words |
98,343 |
| Average document length |
1,501 characters |
| Documents with title |
43,753 (99.6%) |
| Documents with category |
42,434 (96.6%) |
Source Distribution
| Source |
Documents |
Percentage |
| bawiki_cyrillic |
42,262 |
96.2% |
| bawikibooks_cyrillic |
1,664 |
3.8% |
Loading the Dataset
from datasets import load_dataset
dataset = load_dataset("BashkirNLPWorld/bashkir-wiki-corpus", split="full")
sample = load_dataset("BashkirNLPWorld/bashkir-wiki-corpus", split="sample")
print(dataset[0])
Citation
@dataset{bashkirnlpworld2026wikicorpus,
title = {Bashkir Wikipedia Corpus},
author = {BashkirNLPWorld},
year = {2026},
publisher = {Hugging Face},
url = {https://huggingface.co/datasets/BashkirNLPWorld/bashkir-wiki-corpus}
}