TeichAI/lordx64-claude-opus-4.7-max-cleaned
reasoning-distill-claude-opus-4-7-max-cleaned Cleaned version of lordx64/reasoning-distill-claude-opus-4-7-max. See the original dataset for full provenance, collection methodology, and terms of use. Cleaning steps Step Filter Reason Rows removed 1 Simulated thinking (...) Rows with ... in thinking/response indicate the model learned to simulate reasoning (e.g., "Now I'm laying out the puzzle grids...") rather than actually performing it. This causes… See the full description on the dataset page: https://huggingface.co/datasets/TeichAI/lordx64-claude-opus-4.7-max-cleaned.
reasoning-distill-claude-opus-4-7-max-cleaned
Cleaned version of `lordx64/reasoning-distill-claude-opus-4-7-max`.
See the original dataset for full provenance, collection methodology, and terms of use.
Cleaning steps
Format
Each row is a JSON object with the messages column first, following the standard chat format:
{
"messages": [
{"role": "system", "content": "You are a helpful assistant", "thinking": null},
{"role": "user", "content": "...", "thinking": null},
{"role": "assistant", "content": "...", "thinking": "..."}
],
"system": "You are a helpful assistant",
"prompt": "...",
"thinking": "...",
"response": "...",
"model": "claude-opus-4-7"
}License
Apache-2.0 (dataset packaging). Content subject to upstream Anthropic usage policies.
