coco-captions
coco_captions
Dataset Card for "coco_captions"
More Information needed
COCO_captions_train
Dataset Card for "COCO_captions_train"
More Information needed
coco_captions
Dataset Card for "COCO Captions"
Quick Start
Usage
>>> from datasets.load import load_dataset
>>> dataset = load_dataset('whyen-wang/coco_captions')
>>> example = dataset['train'][500]
>>> print(example)
{'image': <PIL.JpegImagePlugin.JpegImageFile image mode=RGB size=640x426>,
'captions': ['A plate that has food on top of it with powdered sugar.',
'A breakfast item on a plate is sitting on a table.',
'different kinds of food on a glass plate',
'a bowl… See the full description on the dataset page: https://huggingface.co/datasets/whyen-wang/coco_captions.COCO_captions_validation
Dataset Card for "COCO_captions_validation"
More Information needed
llama4-maverick-coco-captionscoco-captions-pt-br
🎉 COCO Captions Dataset Translation for Portuguese Image Captioning
💾 Dataset Summary
COCO Captions Portuguese Translation, a multimodal dataset for Portuguese image captioning with 123,287 images, each accompanied by five descriptive captions that have been
generated by human annotators for every individual image. The original English captions were rendered into Portuguese
through the utilization of the Google Translator API.
🧑💻 Hot to Get… See the full description on the dataset page: https://huggingface.co/datasets/laicsiifes/coco-captions-pt-br.
