imagesmvp-lab/LLaVA-OneVision-1.5-Instruct-Datamultimodalvision-languageinstruction-tuningllavavqaimage-captioningsftlmmapache-2.0image-text

LLaVA-OneVision-1.5 Instruction Data (22M Multimodal SFT)

Category
Images
Records
21,239,576 rows
Format
PARQUET
Update Frequency
One-time snapshot
Collection Method
auto_imported_huggingface_federated
PII
None detected
File Size
~3766289.18 MB
Downloads
0

About this data

22M curated instruction-tuning examples (image+text) used to train LLaVA-OneVision-1.5 LMMs. Apache-2.0, covers VQA, captioning, OCR, reasoning, and more.

Schema

NameTypeDescription
idVARCHARUnique sample identifier in format 'train-{partition}-of-{total}.parquet-{index}'
imageINTEGERImage file reference or null if text-only instruction pair
conversationsSTRUCT("from" VARCHAR, "value" VARCHAR)[]Multi-turn dialogue array with 'from' (human/gpt) and 'value' (instruction/response text) fields
data_sourceVARCHAROriginal sub-dataset source name for provenance and mixture weighting

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: "LLaVA-OneVision-1.5 Instructio" })
// Found: 296aa0a8-3d81-47e8-9702-92db8769f2c2
get_download_url({ dataset_id: "296aa0a8-3d81-47e8-9702-92db8769f2c2" })  // free — no API key needed
Via REST API
# Free dataset — no API key required:
curl https://api.databazaar.io/datasets/296aa0a8-3d81-47e8-9702-92db8769f2c2/download-url