CoolFace
Datasetpublic

damerajee/clean_data_vqa

sourceHugging Faceupdated 2y agoView on Hugging Face
1likes217downloads
README.md22 linesDownload Raw Back to root
1---2dataset_info:3  features:4  - name: image5    dtype: image6  - name: question7    dtype: string8  - name: answer9    dtype: string10  splits:11  - name: train12    num_bytes: 14598820102.013    num_examples: 30000014  download_size: 1457217823915  dataset_size: 14598820102.016configs:17- config_name: default18  data_files:19  - split: train20    path: data/train-*21---22