CoolFace
Datasetpublic

kudodogs/vqasynth_sample_spatial_new

sourceHugging Faceupdated 2y agoView on Hugging Face
0likes67downloads
README.md33 linesDownload Raw Back to root
1---2dataset_info:3  features:4  - name: image5    dtype: image6  - name: messages7    list:8    - name: content9      list:10      - name: index11        dtype: int6412      - name: text13        dtype: string14      - name: type15        dtype: string16    - name: role17      dtype: string18  splits:19  - name: train20    num_bytes: 1579321.021    num_examples: 1022  download_size: 139048423  dataset_size: 1579321.024configs:25- config_name: default26  data_files:27  - split: train28    path: data/train-*29tags:30- vqasynth31- remyx32---33