anicka/nla-qwen2.5-7b-L20-ar-v2

Model

0

stars

4

commits

1

repos using this model

1

linked in READMEs

May 27, 2026

updated

activation-reconstruction
conversational
interpretability
lora
nla
safetensors
text-generation
Browse cluster: Neural Network Activation Interpretability

README

NLA Activation Reconstructor — Qwen 2.5 7B, Layer 20

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.

Numbers

  • Validation cosine similarity: 0.943
  • Trained on 5,281 descriptions, LoRA r=32, 10 epochs
  • Cross-validates with Anthropic AR at 84% agreement on AV-generated descriptions

How scoring works

  1. Feed description through model with injection token
  2. Forward hook captures hidden state at layer 20, injection position
  3. Cosine similarity between captured hidden and target activation = score
  4. Higher score means the description better captures what the model was computing

Contributors

anicka

4 commits

anicka/nla-qwen2.5-7b-L20-ar-v2

Model

0

stars

4

commits

1

repos using this model

1

linked in READMEs

May 27, 2026

updated

activation-reconstruction
conversational
interpretability
lora
nla
safetensors
text-generation
Browse cluster: Neural Network Activation Interpretability

README

NLA Activation Reconstructor — Qwen 2.5 7B, Layer 20

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.

Numbers

  • Validation cosine similarity: 0.943
  • Trained on 5,281 descriptions, LoRA r=32, 10 epochs
  • Cross-validates with Anthropic AR at 84% agreement on AV-generated descriptions

How scoring works

  1. Feed description through model with injection token
  2. Forward hook captures hidden state at layer 20, injection position
  3. Cosine similarity between captured hidden and target activation = score
  4. Higher score means the description better captures what the model was computing

Contributors

anicka

4 commits