You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Restore Bug #4 and #5 fixes: nucleus and smoothing diagnostics
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.
0 commit comments