Satgoy152/Muse-Glimmer-SWE-Gym-2k
Muse-Glimmer-SWE-Gym-2k Agentic coding traces from meta-models/Muse-Glimmer-30B, recorded for training a speculative-decoding drafter. 1,981 mini-swe-agent trajectories over SWE-Gym and SWE-bench-extra instances, and the 159,999 individual chat-completion calls behind them. Configs Config Rows Size What it is train 1,981 57 MB One row per trajectory: the full conversation as messages. raw 159,999 2.7 GB One row per recorded API call: request and… See the full description on the dataset page: https://huggingface.co/datasets/Satgoy152/Muse-Glimmer-SWE-Gym-2k.
Muse-Glimmer-SWE-Gym-2k
Agentic coding traces from meta-models/Muse-Glimmer-30B, recorded for training a speculative-decoding drafter. 1,981 mini-swe-agent trajectories over SWE-Gym and SWE-bench-extra instances, and the 159,999 individual chat-completion calls behind them.
Configs
from datasets import load_dataset
train = load_dataset("Satgoy152/Muse-Glimmer-SWE-Gym-2k", "train", split="train")
raw = load_dataset("Satgoy152/Muse-Glimmer-SWE-Gym-2k", "raw", split="train")train schema
The last message in messages is the assistant's final reply, so the row is a complete conversation. content is null on assistant turns that only emit tool calls.
Generation
Effort split
Speculator baseline
Pooled over the run: 3,814,699 accepted of 14,579,910 drafted across 971,994 draft steps — acceptance rate 0.2616, acceptance length 4.925.
License
apache-2.0. Derived from SWE-Gym and SWE-bench-extra; upstream instance licenses apply.
