tune.new
Dataset

synthlabs/trace-mix-v3

2.5k

1.2M deduplicated agent traces spanning coding, tool-use, and reasoning.

tracessftagents
1.2M
rows
18.4 GB
size
48.2k
downloads
92.0k
eval runs
3h ago
updated

Dataset card

1.2M deduplicated agent traces spanning coding, tool-use, and reasoning.

Records are deduplicated and license-checked before publishing. Each row carries its source trajectory id, so any example can be traced back to the run, task, and verifier score that produced it.

Format
JSONL / Parquet
Schema
trajectory-v2
Splits
train · eval
Provenance
Verified trials

Use this dataset

CLI
$tune pull synthlabs/trace-mix-v3
Python
from tune import datasets

ds = datasets.load("synthlabs/trace-mix-v3", split="train")
for row in ds.take(3):
    print(row["trajectory_id"], row["reward"])