datasets
Training and evaluation data, with the modality, task and licence stated up front. Listed live from the Hugging Face Hub.
kernelbook-opus4.8-multiturn-traces
KernelBook → Triton: Multi-Turn Generation Traces (Opus 4.8)
Multi-turn agentic traces of Claude Opus 4.8 converting PyTorch modules into
Triton GPU kernels. Each row is one problem from
GPUMODE/KernelBook: the model
writes a kernel, runs it on a GPU against the reference, reads the
correctness + speedup feedback, and iterates — so every trace is a grounded,
tool-using optimization loop, not a single-shot completion.
How it was generated
Model: claude-opus-4-8… See the full description on the dataset page: https://huggingface.co/datasets/ppbhatt500/kernelbook-opus4.8-multiturn-traces.kernelbook-triton-multiturn-reasoning-traces
KernelBench Triton Multi-Turn Reasoning Traces
A dataset of multi-turn reasoning traces for Triton GPU kernel generation from PyTorch reference implementations. Each trace captures the full iterative refinement loop — model reasoning, generated kernel code, execution feedback, and benchmark results.
Generation Setup
Model & Serving
Problems were sent to Qwen3-235B-A22B-Thinking-2507 (FP8) served via vLLM on H100 GPUs (tensor parallel, 131k context window). Reasoning… See the full description on the dataset page: https://huggingface.co/datasets/ppbhatt500/kernelbook-triton-multiturn-reasoning-traces.kernelbook-triton-reasoning-traces
KernelBench Triton Reasoning Traces
Reasoning traces generated by the gpt-oss-120b model for converting PyTorch modules to Triton GPU kernels.
Dataset Description
This dataset contains 170 reasoning traces around 85% of them are correct where a PyTorch module was successfully converted to a Triton kernel. Each sample includes the original PyTorch code, the model's reasoning process, and the resulting Triton kernel code along with correctness and performance benchmarks.… See the full description on the dataset page: https://huggingface.co/datasets/ppbhatt500/kernelbook-triton-reasoning-traces.
