CoolFace
Datasetpublic

Riley33/kvqa_multiple_choice

sourceHugging Faceupdated 2y agoView on Hugging Face
0likes29downloads
README.md30 linesDownload Raw Back to root
1---2dataset_info:3  features:4  - name: question_id5    dtype: int646  - name: image7    dtype: image8  - name: text9    dtype: string10  - name: choice11    sequence: string12  - name: choice_score13    dtype: string14  - name: category15    dtype: string16  - name: answers17    dtype: string18  splits:19  - name: test20    num_bytes: 18106037337.12921    num_examples: 969722  download_size: 617649196223  dataset_size: 18106037337.12924configs:25- config_name: default26  data_files:27  - split: test28    path: data/test-*29---30