CoolFace
Datasetpublic

jlli/JDocQA-nonbinary

sourceHugging Faceupdated 2y agoView on Hugging Face
0likes42downloads
README.md35 linesDownload Raw Back to root
1---2dataset_info:3  features:4  - name: image5    dtype: image6  - name: question7    dtype: string8  - name: original_answer9    dtype: string10  - name: text11    dtype: string12  splits:13  - name: train14    num_bytes: 1919448618.2515    num_examples: 606216  - name: test17    num_bytes: 23890448418    num_examples: 75819  - name: val20    num_bytes: 22400464821    num_examples: 72222  download_size: 237339327923  dataset_size: 2382357750.2524configs:25- config_name: default26  data_files:27  - split: train28    path: data/train-*29  - split: test30    path: data/test-*31  - split: val32    path: data/val-*33language:34- ja35---