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
CRITICAL: Line 261 had TWO 1.0 fallbacks, disabling nucleus even when
config default is 0.95.
Before: getattr(..., 1.0) or 1.0 → always 1.0 → nucleus disabled
After: getattr(..., 0.95) or 0.95 → 0.95 → nucleus enabled
This is why survivors=32000 (full vocab) instead of ~hundreds.
0 commit comments