File size: 654 Bytes
07b43a1 8638712 07b43a1 | 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 | ---
dataset_info:
features:
- name: image
dtype: image
- name: messages
list:
- name: question
dtype: string
- name: answer
dtype: string
- name: thought
dtype: string
- name: bbox
dtype: string
- name: metadata
struct:
- name: website
dtype: string
- name: url
dtype: string
- name: image_w
dtype: int32
- name: image_h
dtype: int32
splits:
- name: train
num_bytes: 1495075856
num_examples: 5000
download_size: 1495371868
dataset_size: 1495075856
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
---
|