CoolFace
Datasetpublic

VLM-Perception/COCO-Text

sourceHugging Faceupdated 1y agoView on Hugging Face
0likes24downloads
README.md28 linesDownload Raw Back to root
1---2dataset_info:3  features:4  - name: image5    dtype: image6  - name: message7    dtype: string8  - name: answer9    dtype: string10  - name: task_type11    dtype: string12  - name: dataset_name13    dtype: string14  - name: meta_info15    dtype: string16  splits:17  - name: train18    num_bytes: 87910299.019    num_examples: 160020  download_size: 8618899021  dataset_size: 87910299.022configs:23- config_name: default24  data_files:25  - split: train26    path: data/train-*27---28