CoolFace
Datasetpublic

orestis-z/Inkling-Small-NVFP4-Regenerated-Collection

Inkling-Small-NVFP4 Regenerated Collection On-policy training data for a DSpark speculative-decoding drafter targeting thinkingmachines/Inkling-Small-NVFP4. Every assistant response here was regenerated by Inkling-Small-NVFP4 itself over prompts drawn from Magpie + UltraChat, so the completions reflect the target model's own distribution rather than the datasets' original responses. This is what makes the data on-policy for drafter training: the drafter learns to predict the… See the full description on the dataset page: https://huggingface.co/datasets/orestis-z/Inkling-Small-NVFP4-Regenerated-Collection.

sourceHugging Faceotherupdated 19d agoView on Hugging Face
1likes164downloads
Dataset Card

Inkling-Small-NVFP4 Regenerated Collection

On-policy training data for a DSpark speculative-decoding drafter targeting `thinkingmachines/Inkling-Small-NVFP4`.

Every assistant response here was regenerated by Inkling-Small-NVFP4 itself over prompts drawn from Magpie + UltraChat, so the completions reflect the target model's own distribution rather than the datasets' original responses. This is what makes the data on-policy for drafter training: the drafter learns to predict the exact tokens the verifier would produce.

How it was built

Produced with the speculators `response_regeneration` pipeline:

  • Target model: thinkingmachines/Inkling-Small-NVFP4, served locally via vLLM (endpoint: http://127.0.0.1:8000/v1/chat/completions).
  • Regeneration: turn-by-turn. For multi-turn conversations, each assistant turn is regenerated conditioned on the model's own previously regenerated turns (not the original history), producing fully on-policy trajectories.
  • Sampling: thinking model at Thinking effort level: 0.9; responses include explicit <think> chain-of-thought before the final answer.

Source prompts

SourceHF IDTurnsDomain
MagpieMagpie-Align/Magpie-Llama-3.1-Pro-300K-Filteredsingle-turnbroad synthetic instruct (math, factual, medical, code, reasoning)
UltraChatHuggingFaceH4/ultrachat_200kmulti-turngeneral chat (creative writing, advice, discussion)

~500k source conversations; the collection expands to ~630k rows because the pipeline emits one row per assistant turn (multi-turn UltraChat conversations yield several).

The mix is general chat/instruct — it is not concentrated on hard math/code/agentic tasks.

Format

Each row is a regenerated conversation:

FieldTypeDescription
idint64Row identifier
conversationslist2–16 turns (system / user / assistant); assistant turns are Inkling-regenerated
metadatadictidx, finish_reason, usage (token counts), endpoint

The pre-tokenized training variant additionally carries input_ids, a loss_mask marking generated (assistant) tokens, and seq_len (packed to 8192 tokens).

Intended use

Training / distilling speculative-decoding drafters (DSpark, EAGLE-style, etc.) for Inkling-Small-NVFP4. The resulting drafter: `inference-optimization/dspark-inkling-small`.

Notes

  • Responses are model-generated and inherit any biases/errors of Inkling-Small-NVFP4; they are not human-verified.
  • License follows that of the upstream source prompt datasets (Magpie, UltraChat) — review those before redistribution.