imagesnvidia/Llama-Nemotron-VLM-Dataset-v1vlmmultimodalvqaocrimage-to-textnvidiafine-tuningvision-languagecc-by-4.0llama-nemotron
Llama-Nemotron VLM Dataset v1 (NVIDIA)
About this data
NVIDIA's 1M+ sample multimodal dataset for vision-language model training, covering VQA, OCR, captioning, and image-to-text tasks. CC-BY-4.0 licensed.
Schema
| Name | Type | Description |
|---|---|---|
| id | VARCHAR | Unique identifier for the sample as a UUID string. |
| image | VARCHAR | File path or reference to the associated image asset in PNG/JPG format. |
| conversations | STRUCT("from" VARCHAR, "value" VARCHAR)[] | Array of dialogue turns with 'from' (human/gpt) and 'value' (text content) fields. |
| metadata | STRUCT(pdf VARCHAR, page_number INTEGER, url VARCHAR) | Struct containing source document info: pdf filename, page number, and source URL. |
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: "Llama-Nemotron VLM Dataset v1 " })
// Found: f1ccf407-c39c-40ce-9539-d9fcca78e95b
get_download_url({ dataset_id: "f1ccf407-c39c-40ce-9539-d9fcca78e95b" }) // free — no API key neededVia REST API
# Free dataset — no API key required: curl https://api.databazaar.io/datasets/f1ccf407-c39c-40ce-9539-d9fcca78e95b/download-url