-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Description
In codebook_features/models.py, I can see a method for attaching codebooks to each attention block's query, key and value vectors:
After training a model with these codebooks attached though, it does not seem possible to convert this model to a HookedTransformer model (doing so raises AttributeError: 'HookedTransformer' object has no attribute 'qkv_key'). What is the status of using qkv codebooks and converting to a HookedTransformer model currently? Happy to write a PR if this needs integrating with HookedTransformerCodebookModel class to work.
Metadata
Metadata
Assignees
Labels
No labels