CoolFace
Datasetpublic

HuggingFaceM4/DocumentVQA

sourceHugging Faceupdated 3y agoView on Hugging Face
46likes2.7kdownloads
README.md42 linesDownload Raw Back to root
1---2dataset_info:3  features:4  - name: questionId5    dtype: int326  - name: question7    dtype: string8  - name: question_types9    list: string10  - name: image11    dtype: image12  - name: docId13    dtype: int3214  - name: ucsf_document_id15    dtype: string16  - name: ucsf_document_page_no17    dtype: string18  - name: answers19    list: string20  splits:21  - name: train22    num_bytes: 5658303093.63123    num_examples: 3946324  - name: validation25    num_bytes: 2532362556.06626    num_examples: 534927  - name: test28    num_bytes: 2500321215.73229    num_examples: 518830  download_size: 959160602131  dataset_size: 10690986865.42899932configs:33- config_name: default34  data_files:35  - split: train36    path: data/train-*37  - split: validation38    path: data/validation-*39  - split: test40    path: data/test-*41---42