File size: 723 Bytes
45a3014 2520b6e d4d32d0 441c3d2 d4d32d0 441c3d2 d4d32d0 45a3014 | 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 34 35 36 37 38 39 40 41 42 43 44 45 46 | ---
dataset_info:
features:
- name: image
dtype: image
- name: imagewidth
dtype: int32
- name: text
dtype: string
- name: mask
dtype: image
- name: image_id
dtype: int64
- name: ann_id
dtype: int64
- name: img_height
dtype: int32
- name: img_width
dtype: int32
- name: bbox
sequence: float32
length: 4
- name: prompt
dtype: string
- name: images
sequence: image
- name: answer_json
dtype: string
splits:
- name: train
num_examples: 120000
configs:
- config_name: default
data_files:
- split: train
path: train-*
license: mit
task_categories:
- question-answering
language:
- en
tags:
- synthetic
size_categories:
- 10K<n<100K
--- |