CoolFace
Datasetpublic

tasal9/zamai-pashto-vision

ZamAI Pashto Vision Languages: psLicense: cc-by-4.0Task categories: image-to-text, image-classificationSize categories: 1K<n<10K Summary This dataset is part of the ZamAI Pashto data collection. It is intended for image-to-text, image-classification tasks in Pashto. How to use from datasets import load_dataset dataset = load_dataset("tasal9/zamai-pashto-vision") print(dataset) Configs pashto_captions: load with… See the full description on the dataset page: https://huggingface.co/datasets/tasal9/zamai-pashto-vision.

sourceHugging Facecc-by-4.0updated 2mo agoView on Hugging Face
0likes31downloads
Dataset Card

ZamAI Pashto Vision

Languages: ps License: cc-by-4.0 Task categories: image-to-text, image-classification Size categories: 1K<n<10K

Summary

This dataset is part of the ZamAI Pashto data collection. It is intended for image-to-text, image-classification tasks in Pashto.

How to use

python
from datasets import load_dataset

dataset = load_dataset("tasal9/zamai-pashto-vision")
print(dataset)

Configs

  • —pashto_captions: load with load_dataset("tasal9/zamai-pashto-vision", "pashto_captions")
  • —scene_labels: load with load_dataset("tasal9/zamai-pashto-vision", "scene_labels")
  • —objects: load with load_dataset("tasal9/zamai-pashto-vision", "objects")

Citation

bibtex
@misc{zamai_pashto_data,
  title = {{ZamAI Pashto Vision}},
  author = {ZamAI / Yaqoob Tasal},
  year = {2024},
  howpublished = {\url{https://huggingface.co/datasets/tasal9/zamai-pashto-vision}}
}

License

This dataset is released under the cc-by-4.0 license.

tasal9/zamai-pashto-vision · CoolFace