Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion neuron_explainer/activation_server/read_routes.py
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,7 @@ def normalize_attention_token_scalars(
a. one way to summarize is to compute a summary statistic on the "scalars in", which are
the list of floats associated to each token.
b. the other way is to compute a summary statistic on the "scalars out", which are the
ith entry in each list of of floats that contains an ith entry.
ith entry in each list of floats that contains an ith entry.
i. one summary statistic used is the "total", or sum of all scalars in or out
ii. another summary statistic used is the "max", or maximum of all scalars in or out

Expand Down