CoolFace
Datasetpublic

compling/CLEVR_categories

sourceHugging Faceupdated 1y agoView on Hugging Face
1likes144downloads
README.md49 linesDownload Raw Back to root
1---2dataset_info:3  features:4  - name: id5    dtype: string6  - name: prompt7    dtype: string8  - name: label9    dtype: string10  - name: image11    dtype: image12  splits:13  - name: color14    num_bytes: 2560879772.12815    num_examples: 1354416  - name: shape17    num_bytes: 2517050238.90818    num_examples: 1327319  - name: material20    num_bytes: 2544568292.10421    num_examples: 1340422  - name: size23    num_bytes: 2560008826.33924    num_examples: 1351325  - name: boolean26    num_bytes: 11475686519.90527    num_examples: 6083528  - name: number29    num_bytes: 6694330038.69830    num_examples: 3542231  download_size: 1278023123432  dataset_size: 28352523688.08233configs:34- config_name: default35  data_files:36  - split: color37    path: data/color-*38  - split: shape39    path: data/shape-*40  - split: material41    path: data/material-*42  - split: size43    path: data/size-*44  - split: boolean45    path: data/boolean-*46  - split: number47    path: data/number-*48---49