0
stars
4
commits
1
repos using this model
1
linked in READMEs
May 27, 2026
updated
LoRA adapter that reconstructs a 3584-dim activation vector from a natural-language description. Scores how well a description captures the geometry of the activation it claims to describe.
A forward hook at layer 20 extracts the hidden state at the injection token position after the model reads the description. Cosine similarity between this extracted vector and the target activation is the score.
4 commits
0
stars
4
commits
1
repos using this model
1
linked in READMEs
May 27, 2026
updated
LoRA adapter that reconstructs a 3584-dim activation vector from a natural-language description. Scores how well a description captures the geometry of the activation it claims to describe.
A forward hook at layer 20 extracts the hidden state at the injection token position after the model reads the description. Cosine similarity between this extracted vector and the target activation is the score.
4 commits