CoolFace
Datasetpublic

nassimjp/da-tolanpoheni-pokhtany

Da Tolanpoheni Pokhtany (د ټولنیزې پوښتنې) Overview da-tolanpoheni-pokhtany is a specialized dataset curated for Pashto language processing, natural language understanding, and related machine learning applications. Structure Data Fields text / standard fields containing the primary dataset contents. Data Instances An example instance from the dataset: { "text": "Sample text entry..." } Usage You can… See the full description on the dataset page: https://huggingface.co/datasets/nassimjp/da-tolanpoheni-pokhtany.

sourceHugging Facemitupdated 8d agoView on Hugging Face
0likes39downloads
Dataset Card

Da Tolanpoheni Pokhtany (د ټولنیزې پوښتنې)

Dataset Description

Overview

da-tolanpoheni-pokhtany is a specialized dataset curated for Pashto language processing, natural language understanding, and related machine learning applications.

Structure

Data Fields

  • —text / standard fields containing the primary dataset contents.

Data Instances

An example instance from the dataset:

json
{
  "text": "Sample text entry..."
}

Usage

You can load this dataset easily using the Hugging Face datasets library:

python
from datasets import load_dataset

dataset = load_dataset("nassimjp/da-tolanpoheni-pokhtany")
print(dataset["train"][0])

Citation

If you use this dataset in your research or projects, please credit it appropriately:

bibtex
@misc{nassimjp2026datolanpohenipokhtany,
  author = {Nassim JP},
  title = {Da Tolanpoheni Pokhtany Dataset},
  year = {2026},
  publisher = {Hugging Face},
  howpublished = {\url{[https://huggingface.co/datasets/nassimjp/da-tolanpoheni-pokhtany](https://huggingface.co/datasets/nassimjp/da-tolanpoheni-pokhtany)}}
}