source stringlengths 16 37 | text stringlengths 2.67k 226M |
|---|---|
pashto_text_data.txt | "د افغانستان په فاریاب ولایت کې په یوه پارک کې ښځو په بر(...TRUNCATED) |
ps.abdulwali.txt | "1|1|د الله په نامه سره شروع كوم چې ډېر زیات مهربان، بې حد(...TRUNCATED) |
pus_news_2020_100K-sentences.txt | "1 ۰۰۰ متر مربع ګلدانونو کې د چمنونو کرل او له جنراتور څخ(...TRUNCATED) |
pus_news_2020_100K-sources.txt | "1 httpstatobaynewscomarchives106886 20200319 2 httpwwwafghansabawooncomd8b1d988d8bad8aadb8cd8a7d8af(...TRUNCATED) |
pus_newscrawl_2011_100K-meta.txt | "1 fontfile arialunittf 2 fontname Arial Unicode MS 3 database encoding utf8 4 database communicatio(...TRUNCATED) |
pus_newscrawl_2011_100K-sentences.txt | "1 موږ ستاسو افسران روزو او دهغوی د روزنې لړۍ ته چټکتیا و(...TRUNCATED) |
pus_newscrawl_2011_100K-sources.txt | "1 httpwwwbenawacomkandaharlibrarysyasiraheen_makhdom_da_kazawat_pa_tala_ki64html 20110108 2 httpwww(...TRUNCATED) |
pus_wikipedia_2021_30K-sentences.txt | "1 ـ 011 سلنه پوری ددماغ پرمخکنۍ برخې باندی اغیزه کوي، له (...TRUNCATED) |
pus_wikipedia_2021_30K-sources.txt | "1 httppswikipediaorgwikiUMTS_شبکو_کې_چارجينګ 20210408 2 httppswikipediaorgwikiاموي(...TRUNCATED) |
quran-uthmani.txt | "1|1|بِسْمِ ٱللَّهِ ٱلرَّحْمَـٰنِ ٱلرَّحِيمِ 1|2|ٱلْحَمْ(...TRUNCATED) |
End of preview. Expand in Data Studio
ZamAI canonical note: This is a small supporting Pashto text dataset. For the primary cleaned Pashto text dataset, use
tasal9/ZamAi-Pashto-Datasets-V2.Canonical navigation:
Pashto Dataset
A compact Pashto text dataset stored as Parquet for direct loading with Hugging Face Datasets.
Dataset Structure
The default configuration contains one train split with these fields:
source: source or provenance labeltext: Pashto text content
Usage
from datasets import load_dataset
dataset = load_dataset("tasal9/Pashto_Dataset")
print(dataset["train"][0])
Intended Uses
- Pashto language modeling experiments
- Text cleaning and preprocessing tests
- Small-scale retrieval or embedding prototypes
License
MIT.
- Downloads last month
- 28