CoolFace
Datasetpublic

kaa-ml/shipaker-dataset

Shipaker.uz Dataset A collection of health and medicine articles in the Karakalpak language, scraped from shipaker.uz. The site is run by a public health organization in Karakalpakstan, Uzbekistan, and publishes articles on topics such as disease prevention, nutrition, psychology, and general wellness. Columns Column Type Description id int Article ID title string Article title content_html string Full article body (original HTML) content_text… See the full description on the dataset page: https://huggingface.co/datasets/kaa-ml/shipaker-dataset.

sourceHugging Facecc-by-4.0updated 21d agoView on Hugging Face
1likes68downloads
Dataset Card

Shipaker.uz Dataset

A collection of health and medicine articles in the Karakalpak language, scraped from shipaker.uz. The site is run by a public health organization in Karakalpakstan, Uzbekistan, and publishes articles on topics such as disease prevention, nutrition, psychology, and general wellness.

Columns

ColumnTypeDescription
idintArticle ID
titlestringArticle title
content_htmlstringFull article body (original HTML)
content_textstringFull article body (plain text, HTML tags stripped)
authorstringAuthor name and credentials
published_datestringPublication date (DD-MM-YYYY)
urlstringDirect link to the article
featured_image_urlstringURL of the article's featured image

Usage

python
from datasets import load_dataset

ds = load_dataset("kaa-ml/shipaker-dataset", split="train")

Source

All data is scraped from the shipaker.uz website. Only Karakalpak-language articles are included.

Last updated: 2026-09-01