imagesnvidia/Llama-Nemotron-VLM-Dataset-v1vlmmultimodalvqaocrimage-to-textnvidiafine-tuningvision-languagecc-by-4.0llama-nemotron

Llama-Nemotron VLM Dataset v1 (NVIDIA)

Category
Images
Records
2,863,834 rows
Format
PARQUET
Update Frequency
One-time snapshot
Collection Method
auto_imported_huggingface_federated
PII
None detected
File Size
~1641.27 MB
Downloads
0

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

NameTypeDescription
idVARCHARUnique identifier for the sample as a UUID string.
imageVARCHARFile path or reference to the associated image asset in PNG/JPG format.
conversationsSTRUCT("from" VARCHAR, "value" VARCHAR)[]Array of dialogue turns with 'from' (human/gpt) and 'value' (text content) fields.
metadataSTRUCT(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
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: "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 needed
Via REST API
# Free dataset — no API key required:
curl https://api.databazaar.io/datasets/f1ccf407-c39c-40ce-9539-d9fcca78e95b/download-url