Commit 65f57a3
committed
Bug #4 fix: Change nucleus top_p fallback from 1.0 to 0.95, add
[NUCLEUS_DEBUG] diagnostic logging. This ensures nucleus runs even if
config attribute is missing, preventing 32000 survivors (full vocab).
Bug #5 fix: Add [SMOOTH_DEBUG] diagnostic logging for smoothing lambda.
These fixes were accidentally removed during the bug #2 draft-anchored
rewrite (commit 595a371). Restoring them does not affect bug #2's
core algorithm - they only improve fallback behavior and diagnostics.
1 parent 595a371 commit 65f57a3
1 file changed
+5
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
258 | 258 | | |
259 | 259 | | |
260 | 260 | | |
261 | | - | |
| 261 | + | |
| 262 | + | |
| 263 | + | |
262 | 264 | | |
263 | 265 | | |
264 | 266 | | |
| |||
272 | 274 | | |
273 | 275 | | |
274 | 276 | | |
| 277 | + | |
| 278 | + | |
275 | 279 | | |
276 | 280 | | |
277 | 281 | | |
| |||
0 commit comments