Datasets:
File size: 722 Bytes
e9042d7 90cbd9b e9042d7 90cbd9b | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 | ---
dataset_info:
features:
- name: id
dtype: string
- name: problem
dtype: string
- name: solution
dtype: string
- name: image
dtype: image
- name: img_height
dtype: int64
- name: img_width
dtype: int64
splits:
- name: train
num_bytes: 931090591.0
num_examples: 1000
download_size: 931034680
dataset_size: 931090591.0
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
task_categories:
- image-text-to-text
---
This dataset is used in [VisionReasoner: Unified Visual Perception and Reasoning via Reinforcement Learning](https://huggingface.co/papers/2505.12081).
Github repository: https://github.com/dvlab-research/VisionReasoner |