id stringclasses 1
value | source stringclasses 1
value | type stringclasses 1
value | language stringclasses 1
value | text stringclasses 1
value | metadata dict |
|---|---|---|---|---|---|
ec3b36c1-4d52-4632-b786-fcf28ed0b52f | wikipedia | text | ak | This wiki has been locked (see discussion). To contribute, please go to Twi Wikipedia or Fante Wikipedia. | {
"url": "https://ak.wikipedia.org/wiki/Krataafa_Titiriw",
"title": "Krataafa Titiriw",
"license": "CC-BY-SA-4.0",
"scraped_at": "2026-06-08T18:35:03.169630+00:00",
"quality_score": 0.9048,
"token_count": 22,
"word_count": 17
} |
Wikipedia (ak) — Preprocessed
Clean preprocessed Wikipedia dump for LLM pretraining.
| Field | Value |
|---|---|
| Language | ak |
| Articles | 1 |
| Size | 0.00 GB |
| License | CC-BY-SA 4.0 |
| Source | ak.wikipedia.org |
Format
{
"id": "uuid-v4",
"source": "wikipedia",
"type": "text",
"language": "ak",
"text": "Article plain text...",
"metadata": {
"url": "https://ak.wikipedia.org/wiki/Title",
"title": "Article Title",
"license": "CC-BY-SA-4.0",
"scraped_at": "2026-01-01T00:00:00+00:00",
"quality_score": 0.95,
"token_count": 512,
"word_count": 384
}
}
Usage
from datasets import load_dataset
ds = load_dataset("raj2708/wikipedia-ak", split="train", streaming=True)
for row in ds:
print(row["metadata"]["title"])
print(row["text"][:300])
break
- Downloads last month
- -