imagesmlfoundations/datacomp_1bclipmultimodalimage-textvision-languagepretrainingdatacompcommon-crawlparquetcc-by-4.0

DataComp-1B: Image-Text Pair Metadata (1.4B Samples)

Category
Images
Records
1,387,173,656 rows
Format
PARQUET
Update Frequency
One-time snapshot
Collection Method
auto_imported_huggingface_federated
PII
None detected
File Size
~324130.54 MB
Downloads
0

About this data

Metadata (URLs, captions, CLIP features) for ~1.4B image-text pairs from DataComp-1B, the curated subset of CommonPool used to train state-of-the-art CLIP models. CC-BY-4.0, parquet format.

Schema

NameTypeDescription
uidVARCHAR
urlVARCHAR
textVARCHAR
original_widthBIGINT
original_heightBIGINT
clip_b32_similarity_scoreFLOAT
clip_l14_similarity_scoreFLOAT
face_bboxesDOUBLE[][]
sha256VARCHAR

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: "DataComp-1B: Image-Text Pair M" })
// Found: 68655b8e-f1aa-4a7c-becd-8e4d43e88e4e
get_download_url({ dataset_id: "68655b8e-f1aa-4a7c-becd-8e4d43e88e4e" })  // free — no API key needed
Via REST API
# Free dataset — no API key required:
curl https://api.databazaar.io/datasets/68655b8e-f1aa-4a7c-becd-8e4d43e88e4e/download-url