File size: 614 Bytes
44272be |
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 |
---
dataset_info:
features:
- name: image
dtype: image
- name: instruction
dtype: string
- name: type
dtype: string
- name: num_of_component
dtype: int32
- name: components
list: string
- name: component_weight
list: int32
- name: component_type
list: string
splits:
- name: dev
num_bytes: 37215173.6
num_examples: 80
- name: val
num_bytes: 148860694.4
num_examples: 320
download_size: 185550487
dataset_size: 186075868.0
configs:
- config_name: default
data_files:
- split: dev
path: data/dev-*
- split: val
path: data/val-*
---
|