CoolFace
Datasetpublic

SultanR/frontier-reasoning-traces-sft

Frontier Traces SFT A merged SFT dataset of almost 40k examples drawn from 11 frontier-model trace datasets. Schema Each row has two columns: messages list of {role, content} dicts (standard chat format). source_model string identifying the originating model. Sources Dataset Source Model Rows crownelius/Opus-4.6-Reasoning-2100x Claude Opus 4.6 2,160 TeichAI/claude-4.5-opus-high-reasoning-250x Claude Opus 4.5 250… See the full description on the dataset page: https://huggingface.co/datasets/SultanR/frontier-reasoning-traces-sft.

sourceHugging Faceapache-2.0updated 7mo agoView on Hugging Face
0likes36downloads
Dataset Card

Frontier Traces SFT

A merged SFT dataset of almost 40k examples drawn from 11 frontier-model trace datasets.

Schema

Each row has two columns:

  • —`messages` list of {role, content} dicts (standard chat format).
  • —`source_model` string identifying the originating model.

Sources

Notes

  • —The crownelius/Opus-4.6-Reasoning-2100x dataset was converted from columnar format (problem, thinking, solution) to chat messages with <think> tags.