imagesmvp-lab/LLaVA-OneVision-1.5-Instruct-Datamultimodalvision-languageinstruction-tuningllavavqaimage-captioningsftlmmapache-2.0image-text
LLaVA-OneVision-1.5 Instruction Data (22M Multimodal SFT)
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
| Name | Type | Description |
|---|---|---|
| id | VARCHAR | Unique sample identifier in format 'train-{partition}-of-{total}.parquet-{index}' |
| image | INTEGER | Image file reference or null if text-only instruction pair |
| conversations | STRUCT("from" VARCHAR, "value" VARCHAR)[] | Multi-turn dialogue array with 'from' (human/gpt) and 'value' (instruction/response text) fields |
| data_source | VARCHAR | Original 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
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 neededVia REST API
# Free dataset — no API key required: curl https://api.databazaar.io/datasets/296aa0a8-3d81-47e8-9702-92db8769f2c2/download-url