CoolFace
Datasetpublic

kapsb2171/DocumentIDEFICS_QA

sourceHugging Faceupdated 2y agoView on Hugging Face
0likes5downloads
README.md29 linesDownload Raw Back to root
1---2dataset_info:3  features:4  - name: id5    dtype: string6  - name: image7    dtype: image8  - name: query9    dtype: string10  - name: answers11    dtype: string12  splits:13  - name: train14    num_bytes: 372799335.015    num_examples: 100016  - name: test17    num_bytes: 69490360.018    num_examples: 20019  download_size: 15007641320  dataset_size: 442289695.021configs:22- config_name: default23  data_files:24  - split: train25    path: data/train-*26  - split: test27    path: data/test-*28---29