textsftllm-trainingmathcodenvidia-nemotron

Nemotron Cascade-2 — SFT Training Data (Math, Code & Chat)

Category
Text
Records
1,940,375 rows
Format
PARQUET
Update Frequency
One-time snapshot
Collection Method
auto_imported_huggingface_federated
PII
None detected
File Size
~31698.53 MB
Downloads
0

About this data

~1.94M supervised fine-tuning examples used to train NVIDIA's Nemotron-Cascade-2 models, spanning math, code, and conversational prompts paired with model-generated responses and source/domain labels.

Schema

NameTypeDescription
domainVARCHAR
sourceVARCHAR
messagesSTRUCT("role" VARCHAR, "content" VARCHAR)[]
generatorVARCHAR

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 Cascade-2 — SFT Train" })
// Found: 03305c2a-a5bb-479b-86b4-0bf6b2055f41
get_download_url({ dataset_id: "03305c2a-a5bb-479b-86b4-0bf6b2055f41" })  // free — no API key needed
Via REST API
# Free dataset — no API key required:
curl https://api.databazaar.io/datasets/03305c2a-a5bb-479b-86b4-0bf6b2055f41/download-url