datasets
Training and evaluation data, with the modality, task and licence stated up front. Listed live from the Hugging Face Hub.
SWE-ZERO-12M-trajectories-filtered
Filtered SWE Trajectories — 60K
This dataset contains 60,000 software-engineering agent trajectories from two
upstream datasets:
50,000 Submitted trajectories sampled from
AlienKevin/SWE-ZERO-12M-trajectories
10,000 accepted trajectories sampled from
Kwai-Klear/SWE-smith-mini_swe_agent_plus-trajectories-66k
All rows use this common schema:
instance_id
repo
messages
trajectory_format
exit_status
duration_sec
For the SWE-smith rows, repo was derived from the source instance_id… See the full description on the dataset page: https://huggingface.co/datasets/gradients-io-tournaments/SWE-ZERO-12M-trajectories-filtered.pvp-tool-calling-sft
PvP tool-calling SFT cold-start data
Claude-vs-Claude games played through the G.O.D PvP tool-calling harness. Each row is one model turn (or post-game reflection): the system+user prompt the harness built, the assistant response (content + tool_calls), and the tools schemas — i.e. the OpenAI messages+tools format consumed by tokenizer.apply_chat_template(messages, tools=tools). On a move turn the assistant co-emits any memory-tool edits and a game_action committing a legal… See the full description on the dataset page: https://huggingface.co/datasets/gradients-io-tournaments/pvp-tool-calling-sft.
