Fix over-strong 'no token loops' claim: 40-sample sweep (seeds 0-4) found 1 hard loop (seed 4, loop_frac 1.0) + several elevated-loop samples. Card now says 'occasional/rare token loops' instead of 'no token loops'. All other numbers (val 3.8943, ppl 49.12, ~308M tok) re-verified and unchanged.

#13
by Compactbot - opened
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -59,7 +59,7 @@ Standard LLaMA block: RMSNorm β†’ MHA (RoPE) β†’ residual β†’ RMSNorm β†’ SwiGLU
59
 
60
  DedeProGames requested **2.6B tokens**. This checkpoint is at **~308M tokens** β€” an **8.4Γ— shortfall**. The GPU was occupied by other work for most of the training window.
61
 
62
- At 30 tok/param the model has learned the **surface shape** of English much better than v1 β€” real words, parseable sentences, no token loops β€” but the prose is still **semantically incoherent** (word salad): grammatically plausible sentences that don't mean what they say. The val loss (3.89) is well below the 7.38 unigram floor, so it genuinely uses context; the improvement from 4.60 β†’ 3.89 is real.
63
 
64
  This is a **continued checkpoint**, not the final deliverable. More data is the fix; continued training toward the 2.6B budget is planned.
65
 
@@ -70,7 +70,7 @@ This is a **continued checkpoint**, not the final deliverable. More data is the
70
  | val loss | 4.6020 | **3.8943** |
71
  | perplexity | 99.68 | **49.12** |
72
  | Below unigram floor (7.38)? | Yes | Yes |
73
- | Token loops? | No | No |
74
  | Semantically coherent? | No | No (improved, still word salad) |
75
 
76
  ### Sample outputs (v4, real generation from the weights)
@@ -83,7 +83,7 @@ This is a **continued checkpoint**, not the final deliverable. More data is the
83
 
84
  > "To be or not to be is a question about the world. The last thing about the world is a part of a real life. It would be a great place, like it and in the earth."
85
 
86
- These are real outputs from the v4 weights (not hand-picked for coherence). The text is grammatically structured β€” real words, parseable sentences, no token loops, no broken tokens β€” but semantically incoherent. That is the honest state of a 10M model at 30 tok/param.
87
 
88
  ## Usage
89
 
 
59
 
60
  DedeProGames requested **2.6B tokens**. This checkpoint is at **~308M tokens** β€” an **8.4Γ— shortfall**. The GPU was occupied by other work for most of the training window.
61
 
62
+ At 30 tok/param the model has learned the **surface shape** of English much better than v1 β€” real words, parseable sentences, occasional token loops β€” but the prose is still **semantically incoherent** (word salad): grammatically plausible sentences that don't mean what they say. The val loss (3.89) is well below the 7.38 unigram floor, so it genuinely uses context; the improvement from 4.60 β†’ 3.89 is real.
63
 
64
  This is a **continued checkpoint**, not the final deliverable. More data is the fix; continued training toward the 2.6B budget is planned.
65
 
 
70
  | val loss | 4.6020 | **3.8943** |
71
  | perplexity | 99.68 | **49.12** |
72
  | Below unigram floor (7.38)? | Yes | Yes |
73
+ | Token loops? | No | Rare (1 hard loop in a 40-sample sweep, seeds 0-4) |
74
  | Semantically coherent? | No | No (improved, still word salad) |
75
 
76
  ### Sample outputs (v4, real generation from the weights)
 
83
 
84
  > "To be or not to be is a question about the world. The last thing about the world is a part of a real life. It would be a great place, like it and in the earth."
85
 
86
+ These are real outputs from the v4 weights (not hand-picked for coherence). The text is grammatically structured β€” real words, parseable sentences, occasional token loops, no broken tokens β€” but semantically incoherent. That is the honest state of a 10M model at 30 tok/param.
87
 
88
  ## Usage
89