CoolFace
Datasetpublic

3sara/docs_sample

sourceHugging Faceupdated 1y agoView on Hugging Face
0likes10downloads
README.md27 linesDownload Raw Back to root
1---2dataset_info:3  features:4  - name: image5    dtype: image6  - name: query7    dtype: string8  - name: answer9    dtype: string10  splits:11  - name: train12    num_bytes: 186393798.013    num_examples: 80014  - name: test15    num_bytes: 49587450.016    num_examples: 20017  download_size: 19762642518  dataset_size: 235981248.019configs:20- config_name: default21  data_files:22  - split: train23    path: data/train-*24  - split: test25    path: data/test-*26---27