arianraje commited on
Commit
4695f93
·
verified ·
1 Parent(s): 76aaf68

model card: results table refresh

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -95,7 +95,7 @@ evaluation** (below). Both arms are published; bias 1 is now the default.
95
  |---|---|---|---|---|
96
  | stage 1: val mean rel-MSE / worst layer / wikitext2 PPL | 0.00397 / L0 0.0371 / 26.54 | **0.00376** / L0 0.0357 / **25.35** | 0.0208 / - / - | 0.0175 / - / - |
97
  | stage 2a (4k): val KL / top1 agreement / PPL | 0.1297 / 0.8580 / 12.49 | **0.1258** / **0.8601** / 12.41 | 0.1437 / 0.8515 / 12.83 | 0.1819 / 0.8295 / 12.60 |
98
- | stage 2b (32k): val KL / top1 agreement / PPL | 0.2021 / 0.8056 / 11.93 | in flight | 0.2177 / 0.7985 / - | 0.2336 / 0.7875 / - |
99
 
100
  Val KL is the forward KL to the teacher over the full vocabulary on held-out
101
  packed text at the stage's sequence length; PPL is wikitext-2 at 4096 context.
@@ -105,5 +105,5 @@ step 20 of 287.
105
  **Not yet evaluated.** No downstream battery (commonsense, RULER
106
  needle-in-a-haystack, GSM8K / MATH / AIME, MMLU) has been run on any Mamba-3
107
  checkpoint; the numbers above are the trainers' own validation metrics.
108
- Stage 2b (32k KD) is complete for the bias-0 arm and in flight for the other. Stage 3 (on-policy distillation) has not been run.
109
  Intermediate checkpoints, published for the ladder.
 
95
  |---|---|---|---|---|
96
  | stage 1: val mean rel-MSE / worst layer / wikitext2 PPL | 0.00397 / L0 0.0371 / 26.54 | **0.00376** / L0 0.0357 / **25.35** | 0.0208 / - / - | 0.0175 / - / - |
97
  | stage 2a (4k): val KL / top1 agreement / PPL | 0.1297 / 0.8580 / 12.49 | **0.1258** / **0.8601** / 12.41 | 0.1437 / 0.8515 / 12.83 | 0.1819 / 0.8295 / 12.60 |
98
+ | stage 2b (32k): val KL / top1 agreement / PPL | 0.2021 / 0.8056 / 11.93 | 0.1957 / 0.8089 / 11.81 | 0.2177 / 0.7985 / - | 0.2336 / 0.7875 / - |
99
 
100
  Val KL is the forward KL to the teacher over the full vocabulary on held-out
101
  packed text at the stage's sequence length; PPL is wikitext-2 at 4096 context.
 
105
  **Not yet evaluated.** No downstream battery (commonsense, RULER
106
  needle-in-a-haystack, GSM8K / MATH / AIME, MMLU) has been run on any Mamba-3
107
  checkpoint; the numbers above are the trainers' own validation metrics.
108
+ Stage 2b (32k KD) is complete for both arms. Stage 3 (on-policy distillation) has not been run.
109
  Intermediate checkpoints, published for the ladder.