CoolFace
Datasetpublic

withcomment/pmc_vqa_none

sourceHugging Faceupdated 1y agoView on Hugging Face
0likes186downloads
README.md46 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: Answer_label19    dtype: string20  - name: num_media21    dtype: int6422  - name: num_media_tokens23    dtype: int6424  - name: length25    dtype: int6426  - name: messages27    list:28    - name: content29      dtype: string30    - name: role31      dtype: string32  - name: images33    list: string34  splits:35  - name: train36    num_bytes: 87326166.037    num_examples: 17694838  download_size: 3313620939  dataset_size: 87326166.040configs:41- config_name: default42  data_files:43  - split: train44    path: data/train-*45---46