Fix metadata.json counts: drop phantom 'unknown' model; trajectories 31,200->30,720
#14
by sanjeetk26 - opened
Summary
Corrects three count fields in metadata.json. The original export (v1.1.0) included a phantom "unknown" model and counted its 480 trajectories in the totals; the actual benchmark batch contains exactly the 8 documented models.
Changes
counts.models: removed the spurious"unknown"entry → the 8 documented models.counts.trajectories: 31,200 → 30,720 (8 agents × 8 runs × 480 tasks — matches the paper).trajectory_statuses: completed 29,523 → 29,044, failed 1,677 → 1,676 (kept consistent: 29,044 + 1,676 = 30,720).
Basis
Verified against the source trajectory batch: exactly 8 orchestrators at 3,840 trajectories each (= 30,720); 29,044 completed / 1,676 failed. The removed "unknown" model accounted for exactly the 480-trajectory delta (479 completed + 1 failed). No other fields changed.
jwstanly-mercor changed pull request status to merged