CoolFace
Datasetpublic

jamesdborin/Nemotron-Instruction-Following-Chat-and-Knowledge-prompt-only

Instruction Following, Chat and Knowledge Prompt-Only This dataset combines prompt-only datasets by capability theme for distillation experiments. It contains 2,235,051 unique prompts from 3,344,905 raw rows; 1,109,854 exact canonical duplicates were removed. Rows retain the canonical prompt-extraction columns and add source_repo_id for provenance. Deduplication uses normalized system_prompt, prompt, tools, and schema_str, with the first row in manifest order retained. Original… See the full description on the dataset page: https://huggingface.co/datasets/jamesdborin/Nemotron-Instruction-Following-Chat-and-Knowledge-prompt-only.

sourceHugging Faceupdated 2mo agoView on Hugging Face
0likes67downloads
Dataset Card

Instruction Following, Chat and Knowledge Prompt-Only

This dataset combines prompt-only datasets by capability theme for distillation experiments. It contains 2,235,051 unique prompts from 3,344,905 raw rows; 1,109,854 exact canonical duplicates were removed.

Rows retain the canonical prompt-extraction columns and add source_repo_id for provenance. Deduplication uses normalized system_prompt, prompt, tools, and schema_str, with the first row in manifest order retained. Original source licenses and usage conditions continue to apply.

Sources

See merge_report.json for per-source parsed, retained, duplicate, and output-size counts.

Doubleword batch splits

Model-agnostic JSONL requests use model: "[MODEL]" and are ready for dw files prepare.

  • —small: 100,000 requests
  • —medium: 500,000 requests
  • —large: 1,000,000 requests

DeepSeek V4 TorchSpec split

The deepseek-v4 configuration contains completed conversations generated by deepseek-ai/DeepSeek-V4-Flash and transformed for TorchSpec training.

  • —small: 100,000 conversations
  • —medium: 500,000 conversations

Each row has an id and a conversations list containing the original request messages followed by the assistant response. Use conversations as TorchSpec's dataset.prompt_key.