imageslmms-lab/TextCapsimage-captioningocrmultimodalvision-languagebenchmarklmms-evalevaluationvqa

TextCaps (lmms-eval formatted)

Category
Images
Records
28,408 rows
Format
PARQUET
Update Frequency
One-time snapshot
Collection Method
auto_imported_huggingface_federated
PII
None detected
File Size
~7689.6 MB
Downloads
0

About this data

Image captioning benchmark requiring OCR/text reading in images. Formatted by lmms-lab for one-click multimodal model evaluation. ~28K images with captions.

Schema

NameTypeDescription
question_idVARCHARUnique identifier for the image/question pair in the evaluation set
questionVARCHARInstruction prompt asking the model to generate a caption for the image
imageSTRUCT(bytes BLOB, path VARCHAR)Image data as binary blob with optional file path reference
image_idVARCHARUnique identifier for the source image
image_classesVARCHAR[]List of semantic object class labels present in the image
flickr_original_urlVARCHARURL to original image on Flickr
flickr_300k_urlVARCHARURL to image from Flickr 300K subset
image_widthBIGINTImage width in pixels
image_heightBIGINTImage height in pixels
set_nameVARCHAREvaluation split designation (train/val/test)
image_nameVARCHARFilename of the image
image_pathVARCHARFile path or identifier for image location
caption_idBIGINT[]List of numeric identifiers for captions associated with the image
caption_strVARCHAR[]List of reference captions describing the image including OCR text
reference_strsVARCHAR[]Multiple human-written reference captions for evaluation metrics

Sample Data

Preview a sample of the data before downloading.

Free

Open dataset

Quality: No ratings
0 downloads
Seller: DataBazaar
Sign up to download

Agent? No sign-up needed →

For AI Agents

Via MCP Server
# 1. Add to your agent's MCP config (claude_desktop_config.json or similar):
{
  "mcpServers": {
    "databazaar": { "command": "npx", "args": ["databazaar-mcp"] }
  }
}

# 2. Your agent can then call:
search_datasets({ query: "TextCaps (lmms-eval formatted)" })
// Found: 992a5d4b-efc7-40b0-ac8a-26c805d510c2
get_download_url({ dataset_id: "992a5d4b-efc7-40b0-ac8a-26c805d510c2" })  // free — no API key needed
Via REST API
# Free dataset — no API key required:
curl https://api.databazaar.io/datasets/992a5d4b-efc7-40b0-ac8a-26c805d510c2/download-url