File size: 907 Bytes
b4ff712 |
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 47 48 49 |
---
license: apache-2.0
dataset_info:
features:
- name: id
dtype: string
- name: prompt
dtype: string
- name: label
dtype: string
- name: image
dtype: image
splits:
- name: color
num_bytes: 1873280
num_examples: 10
- name: shape
num_bytes: 1875805
num_examples: 10
- name: material
num_bytes: 1825897
num_examples: 10
- name: size
num_bytes: 1876334
num_examples: 10
- name: boolean
num_bytes: 1909099
num_examples: 10
- name: number
num_bytes: 1928282
num_examples: 10
download_size: 7325815
dataset_size: 11288697
configs:
- config_name: default
data_files:
- split: color
path: data/color-*
- split: shape
path: data/shape-*
- split: material
path: data/material-*
- split: size
path: data/size-*
- split: boolean
path: data/boolean-*
- split: number
path: data/number-*
--- |