imagesnvidia/Nemotron-VLM-Dataset-v2vision-languagevlmvqadocument-understandingmultimodalnvidianemotroninstruction-tuningmultilingualchain-of-thought

Nemotron VLM Dataset v2 (NVIDIA)

Category
Images
Records
4,518,886 rows
Format
PARQUET
Update Frequency
One-time snapshot
Collection Method
auto_imported_huggingface_federated
PII
None detected
File Size
~4469.24 MB
Downloads
0

About this data

NVIDIA's large-scale vision-language training dataset (~9M samples) for VQA, image-text-to-text, video-text-to-text, and document understanding. CC-BY-4.0.

Schema

NameTypeDescription
idVARCHARUnique UUID identifier for each multimodal sample
messagesSTRUCT("role" VARCHAR, "content" STRUCT("type" VARCHAR, image VARCHAR, metadata STRUCT(width BIGINT, height BIGINT, format VARCHAR, "mode" VARCHAR), "text" VARCHAR)[])[]Multi-turn conversation with role (user/assistant) and content items containing images, text, or both with metadata

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: "Nemotron VLM Dataset v2 (NVIDI" })
// Found: 87ea8bef-55e5-4f90-abf2-9aa609971635
get_download_url({ dataset_id: "87ea8bef-55e5-4f90-abf2-9aa609971635" })  // free — no API key needed
Via REST API
# Free dataset — no API key required:
curl https://api.databazaar.io/datasets/87ea8bef-55e5-4f90-abf2-9aa609971635/download-url