File size: 732 Bytes
249bbc5 | 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 | ---
dataset_info:
features:
- name: url
dtype: string
- name: image
dtype: image
- name: image_width
dtype: int64
- name: image_height
dtype: int64
- name: objects
list:
- name: bbox
list: int64
- name: category
dtype: string
- name: long_local_prompt
dtype: string
- name: short_local_prompt
dtype: string
- name: long_global_caption
dtype: string
- name: short_global_caption
dtype: string
- name: image_hash
dtype: string
splits:
- name: train
num_bytes: 157467748
num_examples: 1000
download_size: 157210442
dataset_size: 157467748
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
---
|