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
{{ message }}
This repository was archived by the owner on Feb 1, 2026. It is now read-only.
Thank you for the great work! I have a small question about the implementation:
Currently in the decomposed_attn function there is a separate addition of the b_V value projection layer bias to the values v obtained from the hook. Why is it needed? From looking at the TransformerLens code, hook_v already captures the bias addition.