Dataset Viewer
Auto-converted to Parquet
Search is not available for this dataset
image
imagewidth (px)
229
640
End of preview. Expand in Data Studio

COCO Val2014 - Image Captioning & Object Detection

This dataset contains COCO 2014 validation set with captions and object annotations.

Dataset Structure

  • image_id: COCO image ID
  • image: The image file
  • input_prompt: Instruction prompt for the model
  • gt_objects: List of ground truth object categories
  • gt_captions: List of ground truth captions (5 per image)

Usage

from datasets import load_dataset

dataset = load_dataset("your-username/dataset-name")

Source

Based on COCO 2014 dataset: https://cocodataset.org/

Downloads last month
13