Base-model PPL vs post-RL math accuracy (issue #6096).
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| """Build a single-file static HTML mixture explorer from the swarm CSVs. | |
| Output: docs/index.html (data inlined, Plotly via CDN). | |
| Open it directly with `file://` or serve with `python -m http.server -d docs/`. | |
| The docs/ folder is what GitHub Pages serves. | |
| Per-task fits use Calvin's DSP canonical form: | |
| e_p,d = c_p,d * w_p,d | |
| z_d = e_0,d + gamma * e_1,d | |
| y_hat(w) = -b0 + sum_d a_d (1 - exp(-rho_d z_d)) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| bucket | tokens | epochs_for_8T | epochs_for_2T | |
|---|---|---|---|---|
| c01q0 | 152613773716 | 52.4199 | 13.105 | |
| c01q1 | 137672798475 | 58.1088 | 14.5272 | |
| c01q2 | 158419310113 | 50.4989 | 12.6247 | |
| c01q3 | 190944457285 | 41.897 | 10.4743 | |
| c01q4 | 516406017210 | 15.4917 | 3.8729 | |
| c02q0 | 17678211181 | 452.5345 | 113.1336 | |
| c02q1 | 22467740659 | 356.0661 | 89.0165 | |
| c02q2 | 54895261784 | 145.7321 | 36.433 | |
| c02q3 | 149886381691 | 53.3738 | 13.3434 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [ | |
| { | |
| "mix": "v0", | |
| "hidden_dim": 512, | |
| "budget": 2.19e+17, | |
| "tasks": { | |
| "mmlu_sl_verb_0shot": { | |
| "bpb,none": 0.844007877090332, | |
| "bpb_stderr,none": 0.004281199742552705, | |
| "acc_norm,none": 0.27332288847742486, |
NewerOlder