Commit 7aef050
Add 16GB-tier MoE models to gen-3 eval set + regenerate dashboard (#107)
* Add 16GB-tier MoE models to v0.7.5 eval set (LFM2.5, Mellum2)
Wire LFM2.5-8B-A1B and Mellum2-12B-A2.5B (Thinking + Instruct) into the
batch eval harness and sampling registry, and fold their n=50 results
into the v0.7.5 / gen 3 dataset. No version bump — gen is a comparability
epoch, not a release version, and these are net-new configs.
- sampling_defaults: official card params for the three models
- batch_eval: GGUF entries, "new-models" config subset, reasoning-format
auto flags for the two CoT models (LFM2.5, Mellum2 Thinking)
- eval_results_v0.7.5.jsonl: +15,600 rows stamped gen=3
(Mellum2-12B Instruct native/reforged leads at 81.0%)
- EVAL_GUIDE: document eval generations + the post-release addendum
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
* Regenerate dashboard with 16GB-tier additions + fix regen docs
Rebuild the shipped dashboard and markdown views from the full versioned
dataset set (v0.6.0 + v0.7.0 + v0.7.4 + v0.7.5) so the new gen-3 16GB-tier
models (LFM2.5-8B-A1B, Mellum2-12B Thinking + Instruct) appear alongside the
carried-forward older generations. Mellum2-12B Instruct (native, reforged)
leads the additions at 81.0%.
Also correct EVAL_GUIDE: the shipped dashboard is a multi-file render across
all eval_results_v*.jsonl (dedup_latest_gen keeps newest gen per config), not
a single-file render. The prior single-file example silently dropped every
model absent from that one file, including the carried-forward generations.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
---------
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent 9712cb8 commit 7aef050
12 files changed
Lines changed: 201 additions & 13 deletions
File tree
- docs
- results
- raw
- reforged
- src/forge/clients
- tests/eval
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
161 | 161 | | |
162 | 162 | | |
163 | 163 | | |
164 | | - | |
| 164 | + | |
165 | 165 | | |
166 | 166 | | |
167 | | - | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
168 | 171 | | |
169 | 172 | | |
170 | | - | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
171 | 184 | | |
172 | 185 | | |
173 | 186 | | |
| |||
Large diffs are not rendered by default.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
3 | 36 | | |
4 | 37 | | |
5 | 38 | | |
| |||
252 | 285 | | |
253 | 286 | | |
254 | 287 | | |
255 | | - | |
| 288 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
417 | 417 | | |
418 | 418 | | |
419 | 419 | | |
420 | | - | |
| 420 | + | |
0 commit comments