cheemasohail/Urdu-CLEVR
收藏Hugging Face2026-03-26 更新2026-03-29 收录
下载链接:
https://hf-mirror.com/datasets/cheemasohail/Urdu-CLEVR
下载链接
链接失效反馈官方服务:
资源简介:
---
language:
- ur
task_categories:
- visual-question-answering
task_ids:
- visual-question-answering
pretty_name: Urdu-CLEVR
size_categories:
- 100K<n<1M
license: mit
---
# Urdu-CLEVR Dataset
Urdu-CLEVR is a synthetic Visual Question Answering (VQA) dataset for Urdu, based on the CLEVR benchmark.
## Features
- 850K question-answer pairs
- Urdu questions and answers
- 9 reasoning types (count, compare, exist, etc.)
## Fields
- image: image path
- question_ur: Urdu question
- question_type: reasoning category
## Note
Images are based on the CLEVR dataset and are not included here to reduce storage size.
## Usage
```python
from datasets import load_dataset
dataset = load_dataset("cheemasohail/urdu-clevr")
提供机构:
cheemasohail



