CoolFace
Datasetpublic

withcomment/pmc_vqa_test

sourceHugging Faceupdated 1y agoView on Hugging Face
0likes75downloads
README.md50 linesDownload Raw Back to root
1---2dataset_info:3  features:4  - name: image5    dtype: string6  - name: question7    dtype: string8  - name: answer9    dtype: string10  - name: Choice A11    dtype: string12  - name: Choice B13    dtype: string14  - name: Choice C15    dtype: string16  - name: Choice D17    dtype: string18  - name: label19    dtype: string20  - name: caption21    dtype: string22  - name: num_media23    dtype: int6424  - name: num_media_tokens25    dtype: int6426  - name: length27    dtype: int6428  - name: messages29    list:30    - name: content31      dtype: string32    - name: role33      dtype: string34  - name: images35    list: string36  - name: id37    dtype: int6438  splits:39  - name: train40    num_bytes: 5601603541    num_examples: 8332242  download_size: 2079959343  dataset_size: 5601603544configs:45- config_name: default46  data_files:47  - split: train48    path: data/train-*49---50