imagesjackyhate/text-to-image-2Mtext-to-imagemultimodalimage-generationfine-tuningdiffusionwebdatasetcaptionscomputer-vision
Text-to-Image 2M: Curated Text-Image Pair Training Dataset
About this data
~2M curated high-quality text-image pairs in webdataset format, designed for fine-tuning text-to-image generative models. MIT licensed.
Schema
| Name | Type | Description |
|---|---|---|
| __key__ | VARCHAR | Unique identifier for the sample within webdataset shard (format: dataset_variant_shard_index). |
| __url__ | VARCHAR | HuggingFace dataset repository URL and TAR shard file location. |
| jpg | STRUCT(bytes BLOB, path VARCHAR) | Binary JPEG image file bytes and relative path within the webdataset shard. |
| json | STRUCT(prompt VARCHAR) | English-language text caption describing the image content. |
Sample Data
Preview a sample of the data before downloading.
Free
Open dataset
Quality: No ratings
0 downloads
Seller: DataBazaar
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: "Text-to-Image 2M: Curated Text" })
// Found: 25fdb009-f87e-4977-b5d2-698a5119407f
get_download_url({ dataset_id: "25fdb009-f87e-4977-b5d2-698a5119407f" }) // free — no API key neededVia REST API
# Free dataset — no API key required: curl https://api.databazaar.io/datasets/25fdb009-f87e-4977-b5d2-698a5119407f/download-url