Upload folder using huggingface_hub
Browse files- README.md +80 -0
- manifest.csv +235 -0
- manifest.json +0 -0
README.md
ADDED
|
@@ -0,0 +1,80 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
tags: [agentic-ptb, index]
|
| 3 |
+
---
|
| 4 |
+
|
| 5 |
+
# AgentPTB checkpoint index
|
| 6 |
+
|
| 7 |
+
Every checkpoint produced by the AgentPTB driver × reasoning-effort sweep, one HF repo each.
|
| 8 |
+
All are `Qwen/Qwen3.5-9B-Base` derivatives in standard safetensors format.
|
| 9 |
+
|
| 10 |
+
## Model id format
|
| 11 |
+
|
| 12 |
+
```
|
| 13 |
+
agentic-ptb/{cell}.h{HHH}.{family}.{step}
|
| 14 |
+
```
|
| 15 |
+
|
| 16 |
+
**`hHHH` is the hour of that cell's 100-hour run at which the checkpoint was written** — the
|
| 17 |
+
same x-axis the sweep figures use for eval panels. A checkpoint therefore drops straight onto
|
| 18 |
+
the performance-over-time curve, and sorting ids within a cell sorts them chronologically.
|
| 19 |
+
`hNA` means the hour could not be recovered (see `hour_source`).
|
| 20 |
+
|
| 21 |
+
`{cell}` is the plot key, so results join back to the figures directly.
|
| 22 |
+
|
| 23 |
+
## Cells
|
| 24 |
+
|
| 25 |
+
| cell | driver | effort | checkpoints |
|
| 26 |
+
|---|---|---|---|
|
| 27 |
+
| `sol-high` | Codex / gpt-5.6-sol | high | 57 |
|
| 28 |
+
| `grok` | pi / grok-4.6 | xhigh | 59 |
|
| 29 |
+
| `dpsk-v4-flash` | pi / DeepSeek v4-flash | thinking | 40 |
|
| 30 |
+
| `kimi` | kimi-code / kimi-k3 | high | 38 |
|
| 31 |
+
| `opus-max` | Claude Code / claude-opus-5 | max | 13 |
|
| 32 |
+
| `sol-max` | Codex / gpt-5.6-sol | max | 13 |
|
| 33 |
+
| `opus-high-v1` | Claude Code / claude-opus-5 | high | 3 |
|
| 34 |
+
| `sol-max-opusnode` | Codex / gpt-5.6-sol | max | 9 |
|
| 35 |
+
| `sol-max-v2` | Codex / gpt-5.6-sol | max | 2 (run still live) |
|
| 36 |
+
|
| 37 |
+
`opus-high-v1` is the original opus@high; a rerun (v2) is in flight.
|
| 38 |
+
`sol-max-opusnode` is an extra attempt, not one of the 7 plotted cells.
|
| 39 |
+
|
| 40 |
+
## Fields
|
| 41 |
+
|
| 42 |
+
`manifest.json` / `manifest.csv`, one row per repo:
|
| 43 |
+
|
| 44 |
+
| field | meaning |
|
| 45 |
+
|---|---|
|
| 46 |
+
| `model_id` | full HF id |
|
| 47 |
+
| `cell`, `driver`, `effort` | which run produced it |
|
| 48 |
+
| `hour` | hours into the 100-hour run — **the plot x-axis** |
|
| 49 |
+
| `hour_source` | how the hour was determined — see below |
|
| 50 |
+
| `hour_upper_bound` | for untimed rows: latest known hour in the same family |
|
| 51 |
+
| `driver_tokens_at_hour` | cumulative driver tokens at that moment — **the cost axis** |
|
| 52 |
+
| `role` | `SUBMITTED` / `fallback` / `intermediate` |
|
| 53 |
+
| `eos_ok`, `eos_token_id` | packaging correctness — **read this before comparing** |
|
| 54 |
+
| `source` | original path in the run, or the msr-spare repo recovered from |
|
| 55 |
+
|
| 56 |
+
### hour_source
|
| 57 |
+
|
| 58 |
+
| value | n | meaning |
|
| 59 |
+
|---|---|---|
|
| 60 |
+
| `mtime` | 188 | checkpoint dir mtime on the PVC (exact) |
|
| 61 |
+
| `janitor` | 24 | archive timestamps from the arm's `ckpt-janitor.log` (exact) |
|
| 62 |
+
| `extrapolated` | 7 | that family's own step→time cadence; validated against independent local anchors to within ~1.4 h |
|
| 63 |
+
| `unrecoverable` | 15 | local copy pruned, no timing record survives. `hour` is null — use `hour_upper_bound` and step order, or exclude |
|
| 64 |
+
|
| 65 |
+
## Before you compare two checkpoints
|
| 66 |
+
|
| 67 |
+
**Check `eos_ok`.** `248046` is `<|im_end|>`, which the Qwen3.5 chat template ends every
|
| 68 |
+
assistant turn with. A checkpoint missing it does not stop at end-of-turn and overruns the
|
| 69 |
+
context window, so its score is a **floor, not a measurement**. This is a packaging artifact,
|
| 70 |
+
not a capability difference, and it is not uniform across cells — grok is 0/59 correct while
|
| 71 |
+
sol-high is 39/57. Comparing across that boundary measures packaging.
|
| 72 |
+
|
| 73 |
+
## Cost per point of gain
|
| 74 |
+
|
| 75 |
+
```python
|
| 76 |
+
cost_per_point = row["driver_tokens_at_hour"] / (score - baseline_score)
|
| 77 |
+
```
|
| 78 |
+
|
| 79 |
+
Both axes come from this manifest. Restrict to `eos_ok` rows, or the packaging artifact will
|
| 80 |
+
read as poor cost-efficiency.
|
manifest.csv
ADDED
|
@@ -0,0 +1,235 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
model_id,cell,driver,effort,hour,hour_source,hour_upper_bound,driver_tokens_at_hour,role,shards,size_gb,eos_ok,eos_token_id,source
|
| 2 |
+
agentic-ptb/dpsk-v4-flash.h008.keep_sft1.step_700,dpsk-v4-flash,pi / DeepSeek v4-flash,thinking,8.26,mtime,,26274830,intermediate,1,18.8,False,[248044],ckpts/keep_sft1/step_700
|
| 3 |
+
agentic-ptb/dpsk-v4-flash.h023.keep_sft2.step_1450,dpsk-v4-flash,pi / DeepSeek v4-flash,thinking,23.08,mtime,,41169794,intermediate,1,18.8,False,[248044],ckpts/keep_sft2/step_1450
|
| 4 |
+
agentic-ptb/dpsk-v4-flash.h023.keep_sft2.step_1500,dpsk-v4-flash,pi / DeepSeek v4-flash,thinking,23.48,mtime,,41571818,intermediate,1,18.8,False,[248044],ckpts/keep_sft2/step_1500
|
| 5 |
+
agentic-ptb/dpsk-v4-flash.h034.sft3.step_150,dpsk-v4-flash,pi / DeepSeek v4-flash,thinking,34.53,extrapolated,,,intermediate,1,,,,msr-spare/msr-agentic-ptb-dpsk-sft3-intermediates::step_150
|
| 6 |
+
agentic-ptb/dpsk-v4-flash.h035.sft3.step_300,dpsk-v4-flash,pi / DeepSeek v4-flash,thinking,35.63,extrapolated,,,intermediate,1,,,,msr-spare/msr-agentic-ptb-dpsk-sft3-intermediates::step_300
|
| 7 |
+
agentic-ptb/dpsk-v4-flash.h036.sft3.step_450,dpsk-v4-flash,pi / DeepSeek v4-flash,thinking,36.73,janitor,,,intermediate,1,,,,msr-spare/msr-agentic-ptb-dpsk-sft3-intermediates::step_450
|
| 8 |
+
agentic-ptb/dpsk-v4-flash.h037.sft3.step_600,dpsk-v4-flash,pi / DeepSeek v4-flash,thinking,37.93,janitor,,,intermediate,1,,,,msr-spare/msr-agentic-ptb-dpsk-sft3-intermediates::step_600
|
| 9 |
+
agentic-ptb/dpsk-v4-flash.h039.sft3.step_750,dpsk-v4-flash,pi / DeepSeek v4-flash,thinking,39.12,janitor,,,intermediate,1,,,,msr-spare/msr-agentic-ptb-dpsk-sft3-intermediates::step_750
|
| 10 |
+
agentic-ptb/dpsk-v4-flash.h040.sft3.step_900,dpsk-v4-flash,pi / DeepSeek v4-flash,thinking,40.15,janitor,,,intermediate,1,,,,msr-spare/msr-agentic-ptb-dpsk-sft3-intermediates::step_900
|
| 11 |
+
agentic-ptb/dpsk-v4-flash.h041.sft3.step_1050,dpsk-v4-flash,pi / DeepSeek v4-flash,thinking,41.34,janitor,,,intermediate,1,,,,msr-spare/msr-agentic-ptb-dpsk-sft3-intermediates::step_1050
|
| 12 |
+
agentic-ptb/dpsk-v4-flash.h042.sft3.step_1200,dpsk-v4-flash,pi / DeepSeek v4-flash,thinking,42.54,janitor,,,intermediate,1,,,,msr-spare/msr-agentic-ptb-dpsk-sft3-intermediates::step_1200
|
| 13 |
+
agentic-ptb/dpsk-v4-flash.h043.sft3.step_1350,dpsk-v4-flash,pi / DeepSeek v4-flash,thinking,43.73,janitor,,,intermediate,1,,,,msr-spare/msr-agentic-ptb-dpsk-sft3-intermediates::step_1350
|
| 14 |
+
agentic-ptb/dpsk-v4-flash.h044.sft3.step_1500,dpsk-v4-flash,pi / DeepSeek v4-flash,thinking,44.76,janitor,,,intermediate,1,,,,msr-spare/msr-agentic-ptb-dpsk-sft3-intermediates::step_1500
|
| 15 |
+
agentic-ptb/dpsk-v4-flash.h045.sft3.step_1650,dpsk-v4-flash,pi / DeepSeek v4-flash,thinking,45.95,janitor,,,intermediate,1,,,,msr-spare/msr-agentic-ptb-dpsk-sft3-intermediates::step_1650
|
| 16 |
+
agentic-ptb/dpsk-v4-flash.h046.sft3.step_1800,dpsk-v4-flash,pi / DeepSeek v4-flash,thinking,46.64,janitor,,,intermediate,1,,,,msr-spare/msr-agentic-ptb-dpsk-sft3-intermediates::step_1800
|
| 17 |
+
agentic-ptb/dpsk-v4-flash.h046.sft3_final.step_1900,dpsk-v4-flash,pi / DeepSeek v4-flash,thinking,46.65,mtime,,57656094,intermediate,1,18.8,False,[248044],ckpts/sft3_final/step_1900
|
| 18 |
+
agentic-ptb/dpsk-v4-flash.h053.sft4.step_200,dpsk-v4-flash,pi / DeepSeek v4-flash,thinking,53.08,janitor,,,intermediate,1,,,,msr-spare/msr-agentic-ptb-dpsk-sft4-intermediates::step_200
|
| 19 |
+
agentic-ptb/dpsk-v4-flash.h054.sft4.step_400,dpsk-v4-flash,pi / DeepSeek v4-flash,thinking,54.78,janitor,,,intermediate,1,,,,msr-spare/msr-agentic-ptb-dpsk-sft4-intermediates::step_400
|
| 20 |
+
agentic-ptb/dpsk-v4-flash.h056.sft4.step_600,dpsk-v4-flash,pi / DeepSeek v4-flash,thinking,56.3,janitor,,,intermediate,1,,,,msr-spare/msr-agentic-ptb-dpsk-sft4-intermediates::step_600
|
| 21 |
+
agentic-ptb/dpsk-v4-flash.h057.sft4.step_800,dpsk-v4-flash,pi / DeepSeek v4-flash,thinking,57.83,janitor,,,intermediate,1,,,,msr-spare/msr-agentic-ptb-dpsk-sft4-intermediates::step_800
|
| 22 |
+
agentic-ptb/dpsk-v4-flash.h059.sft4.step_1000,dpsk-v4-flash,pi / DeepSeek v4-flash,thinking,59.36,janitor,,,intermediate,1,,,,msr-spare/msr-agentic-ptb-dpsk-sft4-intermediates::step_1000
|
| 23 |
+
agentic-ptb/dpsk-v4-flash.h060.sft4.step_1200,dpsk-v4-flash,pi / DeepSeek v4-flash,thinking,60.89,janitor,,,intermediate,1,,,,msr-spare/msr-agentic-ptb-dpsk-sft4-intermediates::step_1200
|
| 24 |
+
agentic-ptb/dpsk-v4-flash.h062.sft4.step_1400,dpsk-v4-flash,pi / DeepSeek v4-flash,thinking,62.42,janitor,,,intermediate,1,,,,msr-spare/msr-agentic-ptb-dpsk-sft4-intermediates::step_1400
|
| 25 |
+
agentic-ptb/dpsk-v4-flash.h063.sft4.step_1600,dpsk-v4-flash,pi / DeepSeek v4-flash,thinking,63.95,janitor,,,intermediate,1,,,,msr-spare/msr-agentic-ptb-dpsk-sft4-intermediates::step_1600
|
| 26 |
+
agentic-ptb/dpsk-v4-flash.h065.sft4.step_1800,dpsk-v4-flash,pi / DeepSeek v4-flash,thinking,65.48,janitor,,,intermediate,1,,,,msr-spare/msr-agentic-ptb-dpsk-sft4-intermediates::step_1800
|
| 27 |
+
agentic-ptb/dpsk-v4-flash.h067.sft4.step_2000,dpsk-v4-flash,pi / DeepSeek v4-flash,thinking,67.0,janitor,,,intermediate,1,,,,msr-spare/msr-agentic-ptb-dpsk-sft4-intermediates::step_2000
|
| 28 |
+
agentic-ptb/dpsk-v4-flash.h068.sft4.step_2200,dpsk-v4-flash,pi / DeepSeek v4-flash,thinking,68.53,janitor,,,intermediate,1,,,,msr-spare/msr-agentic-ptb-dpsk-sft4-intermediates::step_2200
|
| 29 |
+
agentic-ptb/dpsk-v4-flash.h070.sft4.step_2400,dpsk-v4-flash,pi / DeepSeek v4-flash,thinking,70.06,janitor,,,intermediate,1,,,,msr-spare/msr-agentic-ptb-dpsk-sft4-intermediates::step_2400
|
| 30 |
+
agentic-ptb/dpsk-v4-flash.h070.sft4_step2600.step_2600,dpsk-v4-flash,pi / DeepSeek v4-flash,thinking,70.65,mtime,,71666910,intermediate,1,18.8,False,[248044],ckpts/sft4_step2600/step_2600
|
| 31 |
+
agentic-ptb/dpsk-v4-flash.h077.sft5.step_200,dpsk-v4-flash,pi / DeepSeek v4-flash,thinking,77.6,janitor,,,intermediate,1,,,,msr-spare/msr-agentic-ptb-dpsk-sft5-intermediates::step_200
|
| 32 |
+
agentic-ptb/dpsk-v4-flash.h079.sft5.step_400,dpsk-v4-flash,pi / DeepSeek v4-flash,thinking,79.13,janitor,,,intermediate,1,,,,msr-spare/msr-agentic-ptb-dpsk-sft5-intermediates::step_400
|
| 33 |
+
agentic-ptb/dpsk-v4-flash.h080.sft5.step_600,dpsk-v4-flash,pi / DeepSeek v4-flash,thinking,80.65,extrapolated,,,intermediate,1,,,,msr-spare/msr-agentic-ptb-dpsk-sft5-intermediates::step_600
|
| 34 |
+
agentic-ptb/dpsk-v4-flash.h082.sft5.step_800,dpsk-v4-flash,pi / DeepSeek v4-flash,thinking,82.18,extrapolated,,,intermediate,1,,,,msr-spare/msr-agentic-ptb-dpsk-sft5-intermediates::step_800
|
| 35 |
+
agentic-ptb/dpsk-v4-flash.h083.sft5.step_1000,dpsk-v4-flash,pi / DeepSeek v4-flash,thinking,83.71,extrapolated,,,intermediate,1,,,,msr-spare/msr-agentic-ptb-dpsk-sft5-intermediates::step_1000
|
| 36 |
+
agentic-ptb/dpsk-v4-flash.h085.sft5.step_1200,dpsk-v4-flash,pi / DeepSeek v4-flash,thinking,85.24,extrapolated,,,intermediate,1,,,,msr-spare/msr-agentic-ptb-dpsk-sft5-intermediates::step_1200
|
| 37 |
+
agentic-ptb/dpsk-v4-flash.h086.sft5.step_1400,dpsk-v4-flash,pi / DeepSeek v4-flash,thinking,86.76,extrapolated,,,intermediate,1,,,,msr-spare/msr-agentic-ptb-dpsk-sft5-intermediates::step_1400
|
| 38 |
+
agentic-ptb/dpsk-v4-flash.h088.sft5_step1600.step_1600,dpsk-v4-flash,pi / DeepSeek v4-flash,thinking,88.06,mtime,,82279281,intermediate,1,18.8,False,[248044],ckpts/sft5_step1600/step_1600
|
| 39 |
+
agentic-ptb/dpsk-v4-flash.h091.submission.step_1900,dpsk-v4-flash,pi / DeepSeek v4-flash,thinking,91.7,mtime,,84498065,intermediate,1,18.8,False,[248044],ckpts/submission/step_1900
|
| 40 |
+
agentic-ptb/dpsk-v4-flash.hNA.sft3.step_1900,dpsk-v4-flash,pi / DeepSeek v4-flash,thinking,,unrecoverable,,,intermediate,1,,,,msr-spare/msr-agentic-ptb-dpsk-sft3-step1900::.
|
| 41 |
+
agentic-ptb/dpsk-v4-flash.hNA.sft4.step_2600,dpsk-v4-flash,pi / DeepSeek v4-flash,thinking,,unrecoverable,,,intermediate,1,,,,msr-spare/msr-agentic-ptb-dpsk-sft4-step2600::.
|
| 42 |
+
agentic-ptb/grok.h003.sft-v1.step_1250,grok,pi / grok-4.6,xhigh,3.67,mtime,,28463988,intermediate,4,18.8,False,[248044],outputs/sft-v1/weights/step_1250
|
| 43 |
+
agentic-ptb/grok.h004.sft-v1.step_1500,grok,pi / grok-4.6,xhigh,4.2,mtime,,28463988,intermediate,4,18.8,False,[248044],outputs/sft-v1/weights/step_1500
|
| 44 |
+
agentic-ptb/grok.h004.sft-v1.step_1750,grok,pi / grok-4.6,xhigh,4.73,mtime,,28463988,intermediate,4,18.8,False,[248044],outputs/sft-v1/weights/step_1750
|
| 45 |
+
agentic-ptb/grok.h005.sft-v1.step_2000,grok,pi / grok-4.6,xhigh,5.25,mtime,,28463988,intermediate,4,18.8,False,[248044],outputs/sft-v1/weights/step_2000
|
| 46 |
+
agentic-ptb/grok.h006.sft-v2.step_200,grok,pi / grok-4.6,xhigh,6.13,mtime,,28463988,intermediate,4,18.8,False,[248044],outputs/sft-v2/weights/step_200
|
| 47 |
+
agentic-ptb/grok.h006.sft-v2.step_400,grok,pi / grok-4.6,xhigh,6.56,mtime,,28463988,intermediate,4,18.8,False,[248044],outputs/sft-v2/weights/step_400
|
| 48 |
+
agentic-ptb/grok.h006.sft-v2.step_600,grok,pi / grok-4.6,xhigh,6.98,mtime,,28463988,intermediate,4,18.8,False,[248044],outputs/sft-v2/weights/step_600
|
| 49 |
+
agentic-ptb/grok.h008.sft-v3.step_200,grok,pi / grok-4.6,xhigh,8.09,mtime,,28463988,intermediate,4,18.8,False,[248044],outputs/sft-v3/weights/step_200
|
| 50 |
+
agentic-ptb/grok.h008.sft-v3.step_400,grok,pi / grok-4.6,xhigh,8.46,mtime,,28463988,intermediate,4,18.8,False,[248044],outputs/sft-v3/weights/step_400
|
| 51 |
+
agentic-ptb/grok.h011.sft-v4.step_150,grok,pi / grok-4.6,xhigh,11.06,mtime,,28463988,intermediate,4,18.8,False,[248044],outputs/sft-v4/weights/step_150
|
| 52 |
+
agentic-ptb/grok.h011.sft-v4.step_300,grok,pi / grok-4.6,xhigh,11.34,mtime,,28463988,intermediate,4,18.8,False,[248044],outputs/sft-v4/weights/step_300
|
| 53 |
+
agentic-ptb/grok.h012.rl-easy.step_20,grok,pi / grok-4.6,xhigh,12.95,mtime,,31493019,intermediate,4,18.8,False,[248044],outputs/rl-easy/weights/step_20
|
| 54 |
+
agentic-ptb/grok.h013.rl-easy.step_40,grok,pi / grok-4.6,xhigh,13.94,mtime,,34432962,intermediate,4,18.8,False,[248044],outputs/rl-easy/weights/step_40
|
| 55 |
+
agentic-ptb/grok.h015.sft-v5.step_200,grok,pi / grok-4.6,xhigh,15.16,mtime,,38055921,intermediate,4,18.8,False,[248044],outputs/sft-v5/weights/step_200
|
| 56 |
+
agentic-ptb/grok.h015.sft-v5.step_400,grok,pi / grok-4.6,xhigh,15.49,mtime,,39035902,intermediate,4,18.8,False,[248044],outputs/sft-v5/weights/step_400
|
| 57 |
+
agentic-ptb/grok.h017.rl-med.step_15,grok,pi / grok-4.6,xhigh,17.06,mtime,,44685609,intermediate,4,18.8,False,[248044],outputs/rl-med/weights/step_15
|
| 58 |
+
agentic-ptb/grok.h017.rl-med.step_30,grok,pi / grok-4.6,xhigh,17.34,mtime,,46160050,intermediate,4,18.8,False,[248044],outputs/rl-med/weights/step_30
|
| 59 |
+
agentic-ptb/grok.h019.rl-skill.step_15,grok,pi / grok-4.6,xhigh,19.94,mtime,,59133698,intermediate,4,18.8,False,[248044],outputs/rl-skill/weights/step_15
|
| 60 |
+
agentic-ptb/grok.h020.rl-skill.step_30,grok,pi / grok-4.6,xhigh,20.24,mtime,,60629691,intermediate,4,18.8,False,[248044],outputs/rl-skill/weights/step_30
|
| 61 |
+
agentic-ptb/grok.h022.sft-v6.step_400,grok,pi / grok-4.6,xhigh,22.39,mtime,,68923213,intermediate,4,18.8,False,[248044],outputs/sft-v6/weights/step_400
|
| 62 |
+
agentic-ptb/grok.h022.sft-v6.step_600,grok,pi / grok-4.6,xhigh,22.72,mtime,,69775577,intermediate,4,18.8,False,[248044],outputs/sft-v6/weights/step_600
|
| 63 |
+
agentic-ptb/grok.h023.sft-v6.step_800,grok,pi / grok-4.6,xhigh,23.04,mtime,,70602111,intermediate,4,18.8,False,[248044],outputs/sft-v6/weights/step_800
|
| 64 |
+
agentic-ptb/grok.h023.sft-v7.step_200,grok,pi / grok-4.6,xhigh,23.89,mtime,,72797593,intermediate,4,18.8,False,[248044],outputs/sft-v7/weights/step_200
|
| 65 |
+
agentic-ptb/grok.h024.sft-v7.step_400,grok,pi / grok-4.6,xhigh,24.2,mtime,,73598298,intermediate,4,18.8,False,[248044],outputs/sft-v7/weights/step_400
|
| 66 |
+
agentic-ptb/grok.h026.rl-r2e2.step_10,grok,pi / grok-4.6,xhigh,26.86,mtime,,80102338,intermediate,4,18.8,False,[248044],outputs/rl-r2e2/weights/step_10
|
| 67 |
+
agentic-ptb/grok.h032.rl-r2e2.step_20,grok,pi / grok-4.6,xhigh,32.1,mtime,,91146664,intermediate,4,18.8,False,[248044],outputs/rl-r2e2/weights/step_20
|
| 68 |
+
agentic-ptb/grok.h034.sft-lora.step_75,grok,pi / grok-4.6,xhigh,34.92,mtime,,99945787,intermediate,4,18.8,False,[248044],outputs/sft-lora/weights/step_75
|
| 69 |
+
agentic-ptb/grok.h034.sft-lora.step_150,grok,pi / grok-4.6,xhigh,34.97,mtime,,100156593,intermediate,4,18.8,False,[248044],outputs/sft-lora/weights/step_150
|
| 70 |
+
agentic-ptb/grok.h041.rl-r2e4.step_20,grok,pi / grok-4.6,xhigh,41.01,mtime,,119982651,intermediate,4,18.8,False,[248044],outputs/rl-r2e4/weights/step_20
|
| 71 |
+
agentic-ptb/grok.h043.rl-r2e4.step_30,grok,pi / grok-4.6,xhigh,43.64,mtime,,132536951,intermediate,4,18.8,False,[248044],outputs/rl-r2e4/weights/step_30
|
| 72 |
+
agentic-ptb/grok.h045.rl-r2e4.step_40,grok,pi / grok-4.6,xhigh,45.56,mtime,,138804700,intermediate,4,18.8,False,[248044],outputs/rl-r2e4/weights/step_40
|
| 73 |
+
agentic-ptb/grok.h048.rl-r2e4.step_50,grok,pi / grok-4.6,xhigh,48.27,mtime,,147433469,intermediate,4,18.8,False,[248044],outputs/rl-r2e4/weights/step_50
|
| 74 |
+
agentic-ptb/grok.h050.rl-r2e4.step_60,grok,pi / grok-4.6,xhigh,50.35,mtime,,153652898,intermediate,4,18.8,False,[248044],outputs/rl-r2e4/weights/step_60
|
| 75 |
+
agentic-ptb/grok.h052.rl-r2e4.step_70,grok,pi / grok-4.6,xhigh,52.39,mtime,,158754497,intermediate,4,18.8,False,[248044],outputs/rl-r2e4/weights/step_70
|
| 76 |
+
agentic-ptb/grok.h059.rl-compile.step_10,grok,pi / grok-4.6,xhigh,59.17,mtime,,176805928,intermediate,4,18.8,False,[248044],outputs/rl-compile/weights/step_10
|
| 77 |
+
agentic-ptb/grok.h060.rl-r2e8.step_10,grok,pi / grok-4.6,xhigh,60.71,mtime,,182398994,intermediate,4,18.8,False,[248044],outputs/rl-r2e8/weights/step_10
|
| 78 |
+
agentic-ptb/grok.h062.sft-solved.step_40,grok,pi / grok-4.6,xhigh,62.01,mtime,,187282409,intermediate,4,18.8,False,[248044],outputs/sft-solved/weights/step_40
|
| 79 |
+
agentic-ptb/grok.h062.sft-solved.step_80,grok,pi / grok-4.6,xhigh,62.11,mtime,,187702048,intermediate,4,18.8,False,[248044],outputs/sft-solved/weights/step_80
|
| 80 |
+
agentic-ptb/grok.h063.soup-60-s80,grok,pi / grok-4.6,xhigh,63.75,mtime,,193517669,intermediate,4,18.8,False,[248044],outputs/soup-60-s80/weights
|
| 81 |
+
agentic-ptb/grok.h064.soup-85-s80,grok,pi / grok-4.6,xhigh,64.98,mtime,,196815615,intermediate,4,18.8,False,[248044],outputs/soup-85-s80/weights
|
| 82 |
+
agentic-ptb/grok.h067.sft-solved2.step_40,grok,pi / grok-4.6,xhigh,67.17,mtime,,202188625,intermediate,4,18.8,False,[248044],outputs/sft-solved2/weights/step_40
|
| 83 |
+
agentic-ptb/grok.h067.sft-solved2.step_80,grok,pi / grok-4.6,xhigh,67.26,mtime,,202546208,intermediate,4,18.8,False,[248044],outputs/sft-solved2/weights/step_80
|
| 84 |
+
agentic-ptb/grok.h067.soup-85-s2,grok,pi / grok-4.6,xhigh,67.29,mtime,,202665402,intermediate,4,18.8,False,[248044],outputs/soup-85-s2/weights
|
| 85 |
+
agentic-ptb/grok.h069.sft-mix.step_30,grok,pi / grok-4.6,xhigh,69.11,mtime,,208359407,intermediate,4,18.8,False,[248044],outputs/sft-mix/weights/step_30
|
| 86 |
+
agentic-ptb/grok.h069.sft-mix.step_60,grok,pi / grok-4.6,xhigh,69.18,mtime,,208544024,intermediate,4,18.8,False,[248044],outputs/sft-mix/weights/step_60
|
| 87 |
+
agentic-ptb/grok.h069.soup-85-mix,grok,pi / grok-4.6,xhigh,69.22,mtime,,208649519,intermediate,4,18.8,False,[248044],outputs/soup-85-mix/weights
|
| 88 |
+
agentic-ptb/grok.h071.sft-smith.step_40,grok,pi / grok-4.6,xhigh,71.09,mtime,,214426063,intermediate,4,18.8,False,[248044],outputs/sft-smith/weights/step_40
|
| 89 |
+
agentic-ptb/grok.h071.sft-smith.step_80,grok,pi / grok-4.6,xhigh,71.16,mtime,,214851587,intermediate,4,16.9,False,,outputs/sft-smith/weights/step_80
|
| 90 |
+
agentic-ptb/grok.h071.soup-85-smith,grok,pi / grok-4.6,xhigh,71.23,mtime,,215277112,intermediate,4,18.8,False,[248044],outputs/soup-85-smith/weights
|
| 91 |
+
agentic-ptb/grok.h072.sft-oh.step_40,grok,pi / grok-4.6,xhigh,72.46,mtime,,220976692,intermediate,4,18.8,False,[248044],outputs/sft-oh/weights/step_40
|
| 92 |
+
agentic-ptb/grok.h072.soup-80-s80,grok,pi / grok-4.6,xhigh,72.89,mtime,,223571457,intermediate,4,18.8,False,[248044],outputs/soup-80-s80/weights
|
| 93 |
+
agentic-ptb/grok.h075.rl-write.step_15,grok,pi / grok-4.6,xhigh,75.07,mtime,,232517744,intermediate,4,18.8,False,[248044],outputs/rl-write/weights/step_15
|
| 94 |
+
agentic-ptb/grok.h077.soup-85-s40,grok,pi / grok-4.6,xhigh,77.85,mtime,,248869545,intermediate,4,18.8,False,[248044],outputs/soup-85-s40/weights
|
| 95 |
+
agentic-ptb/grok.h078.soup-50-85,grok,pi / grok-4.6,xhigh,78.65,mtime,,251303194,intermediate,4,18.8,False,[248044],outputs/soup-50-85/weights
|
| 96 |
+
agentic-ptb/grok.h082.sft-swenext.step_100,grok,pi / grok-4.6,xhigh,82.77,mtime,,338715573,intermediate,4,18.8,False,[248044],outputs/sft-swenext/weights/step_100
|
| 97 |
+
agentic-ptb/grok.h082.sft-swenext.step_200,grok,pi / grok-4.6,xhigh,82.92,mtime,,340417535,intermediate,4,18.8,False,[248044],outputs/sft-swenext/weights/step_200
|
| 98 |
+
agentic-ptb/grok.h083.soup-92-swenext,grok,pi / grok-4.6,xhigh,83.3,mtime,,344729172,intermediate,4,18.8,False,[248044],outputs/soup-92-swenext/weights
|
| 99 |
+
agentic-ptb/grok.h084.sft-atcb.step_40,grok,pi / grok-4.6,xhigh,84.36,mtime,,354049731,intermediate,4,18.8,False,[248044],outputs/sft-atcb/weights/step_40
|
| 100 |
+
agentic-ptb/grok.h084.sft-atcb.step_80,grok,pi / grok-4.6,xhigh,84.43,mtime,,354383039,intermediate,4,18.8,False,[248044],outputs/sft-atcb/weights/step_80
|
| 101 |
+
agentic-ptb/kimi.h005.sft_v2.step_1100,kimi,kimi-code / kimi-k3,high,5.08,mtime,,44045140,intermediate,4,18.8,False,[248044],runs/sft_v2/weights/step_1100
|
| 102 |
+
agentic-ptb/kimi.h015.rl_sharedterm.step_10,kimi,kimi-code / kimi-k3,high,15.41,mtime,,55345953,intermediate,4,18.8,False,[248044],runs/rl_sharedterm/weights/step_10
|
| 103 |
+
agentic-ptb/kimi.h015.rl_sharedterm.step_20,kimi,kimi-code / kimi-k3,high,15.81,mtime,,56667686,intermediate,4,18.8,False,[248044],runs/rl_sharedterm/weights/step_20
|
| 104 |
+
agentic-ptb/kimi.h016.rl_sharedterm.step_30,kimi,kimi-code / kimi-k3,high,16.11,mtime,,57658986,intermediate,4,18.8,False,[248044],runs/rl_sharedterm/weights/step_30
|
| 105 |
+
agentic-ptb/kimi.h016.rl_sharedterm.step_40,kimi,kimi-code / kimi-k3,high,16.42,mtime,,59037336,intermediate,4,18.8,False,[248044],runs/rl_sharedterm/weights/step_40
|
| 106 |
+
agentic-ptb/kimi.h016.rl_sharedterm.step_50,kimi,kimi-code / kimi-k3,high,16.8,mtime,,60726927,intermediate,4,18.8,False,[248044],runs/rl_sharedterm/weights/step_50
|
| 107 |
+
agentic-ptb/kimi.h017.rl_sharedterm.step_60,kimi,kimi-code / kimi-k3,high,17.11,mtime,,62105278,intermediate,4,18.8,False,[248044],runs/rl_sharedterm/weights/step_60
|
| 108 |
+
agentic-ptb/kimi.h023.rl_v5.step_10,kimi,kimi-code / kimi-k3,high,23.42,mtime,,90161380,intermediate,4,18.8,False,[248044],runs/rl_v5/weights/step_10
|
| 109 |
+
agentic-ptb/kimi.h024.rl_v5.step_20,kimi,kimi-code / kimi-k3,high,24.63,mtime,,95541394,intermediate,4,18.8,False,[248044],runs/rl_v5/weights/step_20
|
| 110 |
+
agentic-ptb/kimi.h026.rl_v5.step_30,kimi,kimi-code / kimi-k3,high,26.05,mtime,,101855129,intermediate,4,18.8,False,[248044],runs/rl_v5/weights/step_30
|
| 111 |
+
agentic-ptb/kimi.h028.rl_v6.step_10,kimi,kimi-code / kimi-k3,high,28.89,mtime,,114482598,intermediate,4,18.8,False,[248044],runs/rl_v6/weights/step_10
|
| 112 |
+
agentic-ptb/kimi.h030.rl_v6.step_20,kimi,kimi-code / kimi-k3,high,30.18,mtime,,120218315,intermediate,4,18.8,False,[248044],runs/rl_v6/weights/step_20
|
| 113 |
+
agentic-ptb/kimi.h031.rl_v6.step_30,kimi,kimi-code / kimi-k3,high,31.88,mtime,,127777011,intermediate,4,18.8,False,[248044],runs/rl_v6/weights/step_30
|
| 114 |
+
agentic-ptb/kimi.h033.rl_v6.step_40,kimi,kimi-code / kimi-k3,high,33.21,mtime,,133690580,intermediate,4,18.8,False,[248044],runs/rl_v6/weights/step_40
|
| 115 |
+
agentic-ptb/kimi.h036.rl_v7.step_10,kimi,kimi-code / kimi-k3,high,36.34,mtime,,147607474,intermediate,4,18.8,False,[248044],runs/rl_v7/weights/step_10
|
| 116 |
+
agentic-ptb/kimi.h037.rl_v7.step_20,kimi,kimi-code / kimi-k3,high,37.45,mtime,,152542858,intermediate,4,18.8,False,[248044],runs/rl_v7/weights/step_20
|
| 117 |
+
agentic-ptb/kimi.h039.rl_v7.step_30,kimi,kimi-code / kimi-k3,high,39.04,mtime,,159612462,intermediate,4,18.8,False,[248044],runs/rl_v7/weights/step_30
|
| 118 |
+
agentic-ptb/kimi.h040.rl_v7.step_40,kimi,kimi-code / kimi-k3,high,40.5,mtime,,166104049,intermediate,4,16.2,False,[248044],runs/rl_v7/weights/step_40
|
| 119 |
+
agentic-ptb/kimi.h044.rl_v8.step_10,kimi,kimi-code / kimi-k3,high,44.15,mtime,,182333015,intermediate,4,18.8,False,[248044],runs/rl_v8/weights/step_10
|
| 120 |
+
agentic-ptb/kimi.h045.rl_v8.step_20,kimi,kimi-code / kimi-k3,high,45.68,mtime,,189135842,intermediate,4,18.8,False,[248044],runs/rl_v8/weights/step_20
|
| 121 |
+
agentic-ptb/kimi.h047.rl_v8.step_30,kimi,kimi-code / kimi-k3,high,47.23,mtime,,196027594,intermediate,4,18.8,False,[248044],runs/rl_v8/weights/step_30
|
| 122 |
+
agentic-ptb/kimi.h048.rl_v8.step_40,kimi,kimi-code / kimi-k3,high,48.71,mtime,,202608107,intermediate,4,18.8,False,[248044],runs/rl_v8/weights/step_40
|
| 123 |
+
agentic-ptb/kimi.h051.rl_v9.step_10,kimi,kimi-code / kimi-k3,high,51.31,mtime,,214168466,intermediate,4,18.8,False,[248044],runs/rl_v9/weights/step_10
|
| 124 |
+
agentic-ptb/kimi.h052.rl_v9.step_20,kimi,kimi-code / kimi-k3,high,52.74,mtime,,220526664,intermediate,4,18.8,False,[248044],runs/rl_v9/weights/step_20
|
| 125 |
+
agentic-ptb/kimi.h054.rl_v9.step_30,kimi,kimi-code / kimi-k3,high,54.53,mtime,,228485526,intermediate,4,18.8,False,[248044],runs/rl_v9/weights/step_30
|
| 126 |
+
agentic-ptb/kimi.h055.rl_v9.step_40,kimi,kimi-code / kimi-k3,high,55.94,mtime,,234754798,intermediate,4,18.8,False,[248044],runs/rl_v9/weights/step_40
|
| 127 |
+
agentic-ptb/kimi.h059.rl_v10.step_10,kimi,kimi-code / kimi-k3,high,59.25,mtime,,249472025,intermediate,4,18.8,False,[248044],runs/rl_v10/weights/step_10
|
| 128 |
+
agentic-ptb/kimi.h060.rl_v10.step_20,kimi,kimi-code / kimi-k3,high,60.63,mtime,,255607908,intermediate,4,18.8,False,[248044],runs/rl_v10/weights/step_20
|
| 129 |
+
agentic-ptb/kimi.h062.rl_v10.step_30,kimi,kimi-code / kimi-k3,high,62.33,mtime,,263166605,intermediate,4,18.8,False,[248044],runs/rl_v10/weights/step_30
|
| 130 |
+
agentic-ptb/kimi.h063.rl_v10.step_40,kimi,kimi-code / kimi-k3,high,63.81,mtime,,266779253,intermediate,4,18.8,False,[248044],runs/rl_v10/weights/step_40
|
| 131 |
+
agentic-ptb/kimi.h068.rl_v11.step_10,kimi,kimi-code / kimi-k3,high,68.21,mtime,,273920537,intermediate,4,18.8,False,[248044],runs/rl_v11/weights/step_10
|
| 132 |
+
agentic-ptb/kimi.h069.rl_v11.step_20,kimi,kimi-code / kimi-k3,high,69.23,mtime,,280918472,intermediate,4,18.8,False,[248044],runs/rl_v11/weights/step_20
|
| 133 |
+
agentic-ptb/kimi.h070.rl_v11.step_30,kimi,kimi-code / kimi-k3,high,70.6,mtime,,285742033,intermediate,4,18.8,False,[248044],runs/rl_v11/weights/step_30
|
| 134 |
+
agentic-ptb/kimi.h071.rl_v11.step_40,kimi,kimi-code / kimi-k3,high,71.89,mtime,,288916826,intermediate,4,18.8,False,[248044],runs/rl_v11/weights/step_40
|
| 135 |
+
agentic-ptb/kimi.h073.rft_v1.step_24,kimi,kimi-code / kimi-k3,high,73.71,mtime,,293395991,intermediate,4,18.8,False,[248044],runs/rft_v1/weights/step_24
|
| 136 |
+
agentic-ptb/kimi.h073.rft_v1.step_48,kimi,kimi-code / kimi-k3,high,73.82,mtime,,293666710,intermediate,4,18.8,False,[248044],runs/rft_v1/weights/step_48
|
| 137 |
+
agentic-ptb/kimi.h073.rft_v1.step_72,kimi,kimi-code / kimi-k3,high,73.92,mtime,,293912818,intermediate,4,18.8,False,[248044],runs/rft_v1/weights/step_72
|
| 138 |
+
agentic-ptb/kimi.h074.rft_v1.step_96,kimi,kimi-code / kimi-k3,high,74.03,mtime,,294183537,intermediate,4,18.8,False,[248044],runs/rft_v1/weights/step_96
|
| 139 |
+
agentic-ptb/opus-high-v1.h025.step20_swe8pct,opus-high-v1,Claude Code / claude-opus-5,high,25.28,mtime,,326564017,intermediate,4,18.8,False,[248044],keep/step20_swe8pct
|
| 140 |
+
agentic-ptb/opus-high-v1.h037.step80,opus-high-v1,Claude Code / claude-opus-5,high,37.66,mtime,,403226493,intermediate,4,18.8,False,[248044],keep/step80
|
| 141 |
+
agentic-ptb/opus-high-v1.h037.step60,opus-high-v1,Claude Code / claude-opus-5,high,37.8,mtime,,406429451,intermediate,4,18.8,False,[248044],keep/step60
|
| 142 |
+
agentic-ptb/opus-max.h029.sft_v5.step_900,opus-max,Claude Code / claude-opus-5,max,29.43,mtime,,365801214,intermediate,4,18.8,True,"[248044, 248046]",ckpt/sft_v5/weights/step_900
|
| 143 |
+
agentic-ptb/opus-max.h043.sft_cont2.step_900,opus-max,Claude Code / claude-opus-5,max,43.24,mtime,,522065178,intermediate,4,18.8,True,"[248044, 248046]",ckpt/sft_cont2/weights/step_900
|
| 144 |
+
agentic-ptb/opus-max.h077.sft_short.step_100,opus-max,Claude Code / claude-opus-5,max,77.2,mtime,,1072807683,intermediate,4,18.8,True,"[248044, 248046]",ckpt/sft_short/weights/step_100
|
| 145 |
+
agentic-ptb/opus-max.h078.sft_short.step_200,opus-max,Claude Code / claude-opus-5,max,78.54,mtime,,1077849271,intermediate,4,18.8,True,"[248044, 248046]",ckpt/sft_short/weights/step_200
|
| 146 |
+
agentic-ptb/opus-max.h088.soup_base_sft,opus-max,Claude Code / claude-opus-5,max,88.78,mtime,,1204515098,SUBMITTED,4,18.8,True,"[248044, 248046]",ckpt/soup_base_sft
|
| 147 |
+
agentic-ptb/opus-max.hNA.sft_cont2.step_150,opus-max,Claude Code / claude-opus-5,max,,unrecoverable,43.24,,intermediate,4,,,,msr-spare/msr-agentic-ptb-opus-max::checkpoints/sft_cont2_step_150
|
| 148 |
+
agentic-ptb/opus-max.hNA.sft_cont2.step_300,opus-max,Claude Code / claude-opus-5,max,,unrecoverable,43.24,,intermediate,4,,,,msr-spare/msr-agentic-ptb-opus-max::checkpoints/sft_cont2_step_300
|
| 149 |
+
agentic-ptb/opus-max.hNA.sft_cont2.step_450,opus-max,Claude Code / claude-opus-5,max,,unrecoverable,43.24,,intermediate,4,,,,msr-spare/msr-agentic-ptb-opus-max::checkpoints/sft_cont2_step_450
|
| 150 |
+
agentic-ptb/opus-max.hNA.sft_cont2.step_600,opus-max,Claude Code / claude-opus-5,max,,unrecoverable,43.24,,intermediate,4,,,,msr-spare/msr-agentic-ptb-opus-max::checkpoints/sft_cont2_step_600
|
| 151 |
+
agentic-ptb/opus-max.hNA.sft_cont2.step_750,opus-max,Claude Code / claude-opus-5,max,,unrecoverable,43.24,,intermediate,4,,,,msr-spare/msr-agentic-ptb-opus-max::checkpoints/sft_cont2_step_750
|
| 152 |
+
agentic-ptb/opus-max.hNA.sft_v2.step_180,opus-max,Claude Code / claude-opus-5,max,,unrecoverable,,,intermediate,4,,,,msr-spare/msr-agentic-ptb-opus-max::checkpoints/sft_v2_step_180
|
| 153 |
+
agentic-ptb/opus-max.hNA.sft_v5.step_540,opus-max,Claude Code / claude-opus-5,max,,unrecoverable,29.43,,intermediate,4,,,,msr-spare/msr-agentic-ptb-opus-max::checkpoints/sft_v5_step_540
|
| 154 |
+
agentic-ptb/opus-max.hNA.sft_v5.step_720,opus-max,Claude Code / claude-opus-5,max,,unrecoverable,29.43,,intermediate,4,,,,msr-spare/msr-agentic-ptb-opus-max::checkpoints/sft_v5_step_720
|
| 155 |
+
agentic-ptb/sol-high.h004.opsd-scaleswe.step_8,sol-high,Codex / gpt-5.6-sol,high,4.12,mtime,,148932821,intermediate,4,18.8,False,[248044],outputs/opsd-scaleswe/weights/step_8
|
| 156 |
+
agentic-ptb/sol-high.h004.opsd-scaleswe.step_12,sol-high,Codex / gpt-5.6-sol,high,4.21,mtime,,155484817,intermediate,4,18.8,False,[248044],outputs/opsd-scaleswe/weights/step_12
|
| 157 |
+
agentic-ptb/sol-high.h005.echo-scaleswe.step_6,sol-high,Codex / gpt-5.6-sol,high,5.0,mtime,,206005999,intermediate,4,18.8,False,[248044],outputs/echo-scaleswe/weights/step_6
|
| 158 |
+
agentic-ptb/sol-high.h005.echo-scaleswe.step_8,sol-high,Codex / gpt-5.6-sol,high,5.05,mtime,,208582369,intermediate,4,18.8,False,[248044],outputs/echo-scaleswe/weights/step_8
|
| 159 |
+
agentic-ptb/sol-high.h006.opsd2-scaleswe.step_4,sol-high,Codex / gpt-5.6-sol,high,6.47,mtime,,274506001,intermediate,4,18.8,False,[248044],outputs/opsd2-scaleswe/weights/step_4
|
| 160 |
+
agentic-ptb/sol-high.h006.opsd2-scaleswe.step_8,sol-high,Codex / gpt-5.6-sol,high,6.53,mtime,,276075620,intermediate,4,18.8,False,[248044],outputs/opsd2-scaleswe/weights/step_8
|
| 161 |
+
agentic-ptb/sol-high.h007.echo2-scaleswe.step_1,sol-high,Codex / gpt-5.6-sol,high,7.16,mtime,,305234033,intermediate,4,18.8,False,[248044],outputs/echo2-scaleswe/weights/step_1
|
| 162 |
+
agentic-ptb/sol-high.h007.echo2-scaleswe.step_2,sol-high,Codex / gpt-5.6-sol,high,7.2,mtime,,307627379,intermediate,4,18.8,False,[248044],outputs/echo2-scaleswe/weights/step_2
|
| 163 |
+
agentic-ptb/sol-high.h008.echo-scaleswe.step_4,sol-high,Codex / gpt-5.6-sol,high,8.49,mtime,,379287046,intermediate,4,18.8,False,[248044],outputs/echo-scaleswe/weights/step_4
|
| 164 |
+
agentic-ptb/sol-high.h008.success-sft.step_1,sol-high,Codex / gpt-5.6-sol,high,8.53,mtime,,381236310,intermediate,4,18.8,False,[248044],outputs/success-sft/weights/step_1
|
| 165 |
+
agentic-ptb/sol-high.h009.echo-mixedswe.step_1,sol-high,Codex / gpt-5.6-sol,high,9.2,mtime,,419866060,intermediate,4,18.8,False,[248044],outputs/echo-mixedswe/weights/step_1
|
| 166 |
+
agentic-ptb/sol-high.h009.echo-mixedswe.step_2,sol-high,Codex / gpt-5.6-sol,high,9.27,mtime,,424391971,intermediate,4,18.8,False,[248044],outputs/echo-mixedswe/weights/step_2
|
| 167 |
+
agentic-ptb/sol-high.h010.echo-frontier.step_1,sol-high,Codex / gpt-5.6-sol,high,10.12,mtime,,457262924,intermediate,4,18.8,False,[248044],outputs/echo-frontier/weights/step_1
|
| 168 |
+
agentic-ptb/sol-high.h010.echo-frontier.step_2,sol-high,Codex / gpt-5.6-sol,high,10.17,mtime,,459621043,intermediate,4,18.8,False,[248044],outputs/echo-frontier/weights/step_2
|
| 169 |
+
agentic-ptb/sol-high.h013.echo4-renderer-aligned,sol-high,Codex / gpt-5.6-sol,high,13.13,mtime,,598001263,intermediate,4,18.8,True,"[248044, 248046]",outputs/echo4-renderer-aligned
|
| 170 |
+
agentic-ptb/sol-high.h013.maxrl-scaleswe.step_2,sol-high,Codex / gpt-5.6-sol,high,13.96,mtime,,647782704,intermediate,4,18.8,True,"[248044, 248046]",outputs/maxrl-scaleswe/weights/step_2
|
| 171 |
+
agentic-ptb/sol-high.h014.maxrl2-scaleswe.step_1,sol-high,Codex / gpt-5.6-sol,high,14.84,mtime,,690318585,intermediate,4,18.8,True,"[248044, 248046]",outputs/maxrl2-scaleswe/weights/step_1
|
| 172 |
+
agentic-ptb/sol-high.h015.maxrl-scaleswe.step_1,sol-high,Codex / gpt-5.6-sol,high,15.14,mtime,,711481382,intermediate,4,18.8,True,"[248044, 248046]",outputs/maxrl-scaleswe/weights/step_1
|
| 173 |
+
agentic-ptb/sol-high.h015.success-complete-v2-sft.step_1,sol-high,Codex / gpt-5.6-sol,high,15.2,mtime,,716957470,intermediate,4,18.8,True,"[248044, 248046]",outputs/success-complete-v2-sft/weights/step_1
|
| 174 |
+
agentic-ptb/sol-high.h015.maxrl-frontier.step_1,sol-high,Codex / gpt-5.6-sol,high,15.92,mtime,,749220339,intermediate,4,18.8,True,"[248044, 248046]",outputs/maxrl-frontier/weights/step_1
|
| 175 |
+
agentic-ptb/sol-high.h016.opsd3-scaleswe.step_1,sol-high,Codex / gpt-5.6-sol,high,16.56,mtime,,783991283,intermediate,4,18.8,True,"[248044, 248046]",outputs/opsd3-scaleswe/weights/step_1
|
| 176 |
+
agentic-ptb/sol-high.h016.maxrl-widefrontier.step_1,sol-high,Codex / gpt-5.6-sol,high,16.91,mtime,,806056183,intermediate,4,18.8,True,"[248044, 248046]",outputs/maxrl-widefrontier/weights/step_1
|
| 177 |
+
agentic-ptb/sol-high.h017.maxrl-rebase-wide.step_1,sol-high,Codex / gpt-5.6-sol,high,17.56,mtime,,840318332,intermediate,4,18.8,True,"[248044, 248046]",outputs/maxrl-rebase-wide/weights/step_1
|
| 178 |
+
agentic-ptb/sol-high.h017.maxrl-rebase-broad.step_1,sol-high,Codex / gpt-5.6-sol,high,17.96,mtime,,868582308,intermediate,4,18.8,True,"[248044, 248046]",outputs/maxrl-rebase-broad/weights/step_1
|
| 179 |
+
agentic-ptb/sol-high.h018.maxrl-frontier-midpoint,sol-high,Codex / gpt-5.6-sol,high,18.15,mtime,,883346019,intermediate,4,18.8,True,"[248044, 248046]",outputs/maxrl-frontier-midpoint
|
| 180 |
+
agentic-ptb/sol-high.h019.maxrl-multilingual-batch124.step_1,sol-high,Codex / gpt-5.6-sol,high,19.99,mtime,,992183018,intermediate,4,18.8,True,"[248044, 248046]",outputs/maxrl-multilingual-batch124/weights/step_1
|
| 181 |
+
agentic-ptb/sol-high.h020.maxrl-parent-midpoint,sol-high,Codex / gpt-5.6-sol,high,20.52,mtime,,1024928791,intermediate,4,18.8,True,"[248044, 248046]",outputs/maxrl-parent-midpoint
|
| 182 |
+
agentic-ptb/sol-high.h021.maxrl-human-terminal8.step_1,sol-high,Codex / gpt-5.6-sol,high,21.37,mtime,,1077972043,intermediate,4,18.8,True,"[248044, 248046]",outputs/maxrl-human-terminal8/weights/step_1
|
| 183 |
+
agentic-ptb/sol-high.h022.maxrl-tb1-clean27.step_1,sol-high,Codex / gpt-5.6-sol,high,22.64,mtime,,1151854177,intermediate,4,18.8,True,"[248044, 248046]",outputs/maxrl-tb1-clean27/weights/step_1
|
| 184 |
+
agentic-ptb/sol-high.h027.opsd-tb1-clean27.step_1,sol-high,Codex / gpt-5.6-sol,high,27.73,mtime,,1186462573,intermediate,4,18.8,True,"[248044, 248046]",outputs/opsd-tb1-clean27/weights/step_1
|
| 185 |
+
agentic-ptb/sol-high.h029.opd-frontier-teacher.step_1,sol-high,Codex / gpt-5.6-sol,high,29.82,mtime,,1299247347,intermediate,4,18.8,True,"[248044, 248046]",outputs/opd-frontier-teacher/weights/step_1
|
| 186 |
+
agentic-ptb/sol-high.h030.opd-tb1-specialist-teacher.step_1,sol-high,Codex / gpt-5.6-sol,high,30.75,mtime,,1355408147,intermediate,4,18.8,True,"[248044, 248046]",outputs/opd-tb1-specialist-teacher/weights/step_1
|
| 187 |
+
agentic-ptb/sol-high.h032.opsd-swebench-lite-dev23.step_1,sol-high,Codex / gpt-5.6-sol,high,32.66,mtime,,1442614825,intermediate,4,18.8,True,"[248044, 248046]",outputs/opsd-swebench-lite-dev23/weights/step_1
|
| 188 |
+
agentic-ptb/sol-high.h035.opsd-swebench-lite-test39.step_1,sol-high,Codex / gpt-5.6-sol,high,35.77,mtime,,1598445963,intermediate,4,18.8,True,"[248044, 248046]",outputs/opsd-swebench-lite-test39/weights/step_1
|
| 189 |
+
agentic-ptb/sol-high.h037.maxrl-swebench-lite-test39.step_1,sol-high,Codex / gpt-5.6-sol,high,37.66,mtime,,1666429844,intermediate,4,18.8,True,"[248044, 248046]",outputs/maxrl-swebench-lite-test39/weights/step_1
|
| 190 |
+
agentic-ptb/sol-high.h038.maxrl-mixed-agentic.step_1,sol-high,Codex / gpt-5.6-sol,high,38.64,mtime,,1718977565,intermediate,4,18.8,True,"[248044, 248046]",outputs/maxrl-mixed-agentic/weights/step_1
|
| 191 |
+
agentic-ptb/sol-high.h038.maxrl-opd-frontier-midpoint,sol-high,Codex / gpt-5.6-sol,high,38.88,mtime,,1731731275,intermediate,4,18.8,True,"[248044, 248046]",outputs/maxrl-opd-frontier-midpoint
|
| 192 |
+
agentic-ptb/sol-high.h039.maxrl-opsd-lite-dev23-quarter,sol-high,Codex / gpt-5.6-sol,high,39.17,mtime,,1747176673,intermediate,4,18.8,True,"[248044, 248046]",outputs/maxrl-opsd-lite-dev23-quarter
|
| 193 |
+
agentic-ptb/sol-high.h039.opd-lite-selected-regularized.step_1,sol-high,Codex / gpt-5.6-sol,high,39.62,mtime,,1768097916,intermediate,4,18.8,True,"[248044, 248046]",outputs/opd-lite-selected-regularized/weights/step_1
|
| 194 |
+
agentic-ptb/sol-high.h040.opd-tb1-selected-regularized-offpolicy.run_default.broadcasts.step_1,sol-high,Codex / gpt-5.6-sol,high,40.28,mtime,,1813053421,intermediate,4,18.8,False,,outputs/opd-tb1-selected-regularized-offpolicy/run_default/broadcasts/step_1
|
| 195 |
+
agentic-ptb/sol-high.h040.opd-tb1-selected-regularized-offpolicy.step_1,sol-high,Codex / gpt-5.6-sol,high,40.32,mtime,,1814947975,intermediate,4,18.8,True,"[248044, 248046]",outputs/opd-tb1-selected-regularized-offpolicy/weights/step_1
|
| 196 |
+
agentic-ptb/sol-high.h042.maxrl-r2e-commit-small-replay.run_default.broadcasts.step_1,sol-high,Codex / gpt-5.6-sol,high,42.21,mtime,,1909458498,intermediate,4,18.8,False,,outputs/maxrl-r2e-commit-small-replay/run_default/broadcasts/step_1
|
| 197 |
+
agentic-ptb/sol-high.h042.maxrl-r2e-commit-small-replay.step_1,sol-high,Codex / gpt-5.6-sol,high,42.25,mtime,,1911980903,intermediate,4,18.8,True,"[248044, 248046]",outputs/maxrl-r2e-commit-small-replay/weights/step_1
|
| 198 |
+
agentic-ptb/sol-high.h043.opsd-r2e-commit-small-replay.run_default.broadcasts.step_1,sol-high,Codex / gpt-5.6-sol,high,43.29,mtime,,1965553408,intermediate,4,18.8,False,,outputs/opsd-r2e-commit-small-replay/run_default/broadcasts/step_1
|
| 199 |
+
agentic-ptb/sol-high.h043.opsd-r2e-commit-small-replay.step_1,sol-high,Codex / gpt-5.6-sol,high,43.34,mtime,,1967683078,intermediate,4,18.8,True,"[248044, 248046]",outputs/opsd-r2e-commit-small-replay/weights/step_1
|
| 200 |
+
agentic-ptb/sol-high.h045.opd-selected-lite-bridge.step_1,sol-high,Codex / gpt-5.6-sol,high,45.28,mtime,,2100552657,intermediate,4,18.8,True,"[248044, 248046]",outputs/opd-selected-lite-bridge/weights/step_1
|
| 201 |
+
agentic-ptb/sol-high.h046.grpo-length-scaleswe.step_1,sol-high,Codex / gpt-5.6-sol,high,46.12,mtime,,2151603275,intermediate,4,18.8,True,"[248044, 248046]",outputs/grpo-length-scaleswe/weights/step_1
|
| 202 |
+
agentic-ptb/sol-high.h048.grpo-process-scaleswe.step_1,sol-high,Codex / gpt-5.6-sol,high,48.01,mtime,,2252329772,intermediate,4,18.8,True,"[248044, 248046]",outputs/grpo-process-scaleswe/weights/step_1
|
| 203 |
+
agentic-ptb/sol-high.h048.grpo-verifier-replay.run_default.broadcasts.step_1,sol-high,Codex / gpt-5.6-sol,high,48.9,mtime,,2291195522,intermediate,4,18.8,False,,outputs/grpo-verifier-replay/run_default/broadcasts/step_1
|
| 204 |
+
agentic-ptb/sol-high.h048.grpo-verifier-replay.step_1,sol-high,Codex / gpt-5.6-sol,high,48.94,mtime,,2293809952,intermediate,4,18.8,True,"[248044, 248046]",outputs/grpo-verifier-replay/weights/step_1
|
| 205 |
+
agentic-ptb/sol-high.h050.maxrl-opd-selected-lite-bridge-midpoint,sol-high,Codex / gpt-5.6-sol,high,50.11,mtime,,2354596562,intermediate,4,18.8,True,"[248044, 248046]",outputs/maxrl-opd-selected-lite-bridge-midpoint
|
| 206 |
+
agentic-ptb/sol-high.h054.assistant-closes-sft.step_1,sol-high,Codex / gpt-5.6-sol,high,54.22,mtime,,2536757481,intermediate,4,18.8,True,"[248044, 248046]",outputs/assistant-closes-sft/weights/step_1
|
| 207 |
+
agentic-ptb/sol-high.h063.opsd-self-patch.step_1,sol-high,Codex / gpt-5.6-sol,high,63.06,mtime,,2816877522,intermediate,4,18.8,True,"[248044, 248046]",outputs/opsd-self-patch/weights/step_1
|
| 208 |
+
agentic-ptb/sol-high.h067.opsd-self-patch-quarter,sol-high,Codex / gpt-5.6-sol,high,67.52,mtime,,2999408918,intermediate,4,18.8,True,"[248044, 248046]",outputs/opsd-self-patch-quarter
|
| 209 |
+
agentic-ptb/sol-high.h071.opsd-self-patch-tb1reg.step_1,sol-high,Codex / gpt-5.6-sol,high,71.62,mtime,,3175684825,intermediate,4,18.8,True,"[248044, 248046]",outputs/opsd-self-patch-tb1reg/weights/step_1
|
| 210 |
+
agentic-ptb/sol-high.h075.opsd-self-patch-tb1reg-quarter,sol-high,Codex / gpt-5.6-sol,high,75.86,mtime,,3291613398,intermediate,4,18.8,True,"[248044, 248046]",outputs/opsd-self-patch-tb1reg-quarter
|
| 211 |
+
agentic-ptb/sol-high.h076.self-patch-bridge-soup,sol-high,Codex / gpt-5.6-sol,high,76.62,mtime,,3318813513,intermediate,4,18.8,True,"[248044, 248046]",outputs/self-patch-bridge-soup
|
| 212 |
+
agentic-ptb/sol-max.h004.sft-agent-mix-clean-full-v1.step_50,sol-max,Codex / gpt-5.6-sol,max,4.05,mtime,,199113151,intermediate,4,18.8,False,[248044],outputs/sft-agent-mix-clean-full-v1/weights/step_50
|
| 213 |
+
agentic-ptb/sol-max.h007.sft-agent-mix-clean-full-v1.step_100,sol-max,Codex / gpt-5.6-sol,max,7.0,mtime,,317700603,intermediate,4,18.8,False,[248044],outputs/sft-agent-mix-clean-full-v1/weights/step_100
|
| 214 |
+
agentic-ptb/sol-max.h011.candidates.step_150,sol-max,Codex / gpt-5.6-sol,max,11.3,mtime,,392556362,intermediate,4,18.8,True,"[248044, 248046]",candidates/step_150
|
| 215 |
+
agentic-ptb/sol-max.h011.sft-agent-mix-clean-full-v1.step_150,sol-max,Codex / gpt-5.6-sol,max,11.3,mtime,,392556362,intermediate,4,18.8,True,"[248044, 248046]",outputs/sft-agent-mix-clean-full-v1/weights/step_150
|
| 216 |
+
agentic-ptb/sol-max.h015.baseline-bench.step_150,sol-max,Codex / gpt-5.6-sol,max,15.88,mtime,,466885966,intermediate,4,18.8,True,"[248044, 248046]",outputs/baseline-bench/weights/step_150
|
| 217 |
+
agentic-ptb/sol-max.h016.baseline-bench.step_152,sol-max,Codex / gpt-5.6-sol,max,16.04,mtime,,469210053,intermediate,4,18.8,False,[248044],outputs/baseline-bench/weights/step_152
|
| 218 |
+
agentic-ptb/sol-max.h016.mb10-bench.step_150,sol-max,Codex / gpt-5.6-sol,max,16.05,mtime,,469393250,intermediate,4,18.8,True,"[248044, 248046]",outputs/mb10-bench/weights/step_150
|
| 219 |
+
agentic-ptb/sol-max.h016.mb10-bench.step_152,sol-max,Codex / gpt-5.6-sol,max,16.26,mtime,,473240366,intermediate,4,18.8,False,[248044],outputs/mb10-bench/weights/step_152
|
| 220 |
+
agentic-ptb/sol-max.h016.mb12-bench.step_150,sol-max,Codex / gpt-5.6-sol,max,16.28,mtime,,473702850,intermediate,4,18.8,True,"[248044, 248046]",outputs/mb12-bench/weights/step_150
|
| 221 |
+
agentic-ptb/sol-max.h016.mb12-bench.step_152,sol-max,Codex / gpt-5.6-sol,max,16.56,mtime,,481709615,intermediate,4,18.8,False,[248044],outputs/mb12-bench/weights/step_152
|
| 222 |
+
agentic-ptb/sol-max.h016.quarantined-cache-permission-ac-selective-bench.step_150,sol-max,Codex / gpt-5.6-sol,max,16.57,mtime,,482247254,intermediate,4,18.8,True,"[248044, 248046]",outputs/quarantined-cache-permission-ac-selective-bench/weights/step_150
|
| 223 |
+
agentic-ptb/sol-max.h016.optim-gpu-bench.step_150,sol-max,Codex / gpt-5.6-sol,max,16.67,mtime,,487623642,intermediate,4,18.8,True,"[248044, 248046]",outputs/optim-gpu-bench/weights/step_150
|
| 224 |
+
agentic-ptb/sol-max.h016.ac-selective-bench.step_150,sol-max,Codex / gpt-5.6-sol,max,16.68,mtime,,488161280,intermediate,4,18.8,True,"[248044, 248046]",outputs/ac-selective-bench/weights/step_150
|
| 225 |
+
agentic-ptb/sol-max-opusnode.h014.stage2-recovery-interp.alpha_0p75,sol-max-opusnode,Codex / gpt-5.6-sol,max,14.67,mtime,,,intermediate,4,18.8,True,"[248044, 248046]",checkpoints/stage2-recovery-interp/alpha_0p75
|
| 226 |
+
agentic-ptb/sol-max-opusnode.h021.stage3-recovery-alpha-retention-64k.step_150,sol-max-opusnode,Codex / gpt-5.6-sol,max,21.99,mtime,,,intermediate,4,18.8,False,[248044],checkpoints/stage3-recovery-alpha-retention-64k/weights/step_150
|
| 227 |
+
agentic-ptb/sol-max-opusnode.h021.stage3-recovery-alpha-retention-64k-snapshots.step_150,sol-max-opusnode,Codex / gpt-5.6-sol,max,22.0,mtime,,,intermediate,4,18.8,False,[248044],checkpoints/stage3-recovery-alpha-retention-64k-snapshots/weights/step_150
|
| 228 |
+
agentic-ptb/sol-max-opusnode.h022.stage3-recovery-alpha-retention-64k-serve.step_150,sol-max-opusnode,Codex / gpt-5.6-sol,max,22.01,mtime,,,intermediate,4,18.8,True,"[248044, 248046]",checkpoints/stage3-recovery-alpha-retention-64k-serve/weights/step_150
|
| 229 |
+
agentic-ptb/sol-max-opusnode.hNA.operator-reopen-stage4-full-swezero-retention-64k.step_100,sol-max-opusnode,Codex / gpt-5.6-sol,max,,unrecoverable,,,intermediate,4,,,,msr-spare/msr-agentic-ptb-solmax-opusnode::checkpoints/operator-reopen-stage4-full-swezero-retention-64k_step_100
|
| 230 |
+
agentic-ptb/sol-max-opusnode.hNA.operator-reopen-stage4-full-swezero-retention-64k.step_50,sol-max-opusnode,Codex / gpt-5.6-sol,max,,unrecoverable,,,intermediate,4,,,,msr-spare/msr-agentic-ptb-solmax-opusnode::checkpoints/operator-reopen-stage4-full-swezero-retention-64k_step_50
|
| 231 |
+
agentic-ptb/sol-max-opusnode.hNA.stage2-recovery-interp_alpha_0p75,sol-max-opusnode,Codex / gpt-5.6-sol,max,,unrecoverable,,,intermediate,4,,,,msr-spare/msr-agentic-ptb-solmax-opusnode::checkpoints/stage2-recovery-interp_alpha_0p75
|
| 232 |
+
agentic-ptb/sol-max-opusnode.hNA.stage3-recovery-alpha-retention-64k.step_100,sol-max-opusnode,Codex / gpt-5.6-sol,max,,unrecoverable,21.99,,intermediate,4,,,,msr-spare/msr-agentic-ptb-solmax-opusnode::checkpoints/stage3-recovery-alpha-retention-64k_step_100
|
| 233 |
+
agentic-ptb/sol-max-opusnode.hNA.stage3-recovery-alpha-retention-64k.step_50,sol-max-opusnode,Codex / gpt-5.6-sol,max,,unrecoverable,21.99,,intermediate,4,,,,msr-spare/msr-agentic-ptb-solmax-opusnode::checkpoints/stage3-recovery-alpha-retention-64k_step_50
|
| 234 |
+
agentic-ptb/sol-max-v2.h003.pi-agent-sft-v2.step_160,sol-max-v2,Codex / gpt-5.6-sol,max,3.68,mtime,,,intermediate,4,18.8,True,[248046],checkpoints/pi-agent-sft-v2/weights/step_160
|
| 235 |
+
agentic-ptb/sol-max-v2.h004.pi-agent-sft-v3.step_160,sol-max-v2,Codex / gpt-5.6-sol,max,4.8,mtime,,,intermediate,4,18.8,True,[248046],checkpoints/pi-agent-sft-v3/weights/step_160
|
manifest.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|