From e93105bab343b7713938e3aa1fff52f2d2f3ac27 Mon Sep 17 00:00:00 2001 From: LeSingh1 Date: Mon, 18 May 2026 01:50:39 -0700 Subject: [PATCH] docs: fix duplicate 'of' in normalize_attention_token_scalars docstring --- neuron_explainer/activation_server/read_routes.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/neuron_explainer/activation_server/read_routes.py b/neuron_explainer/activation_server/read_routes.py index d13ce7a..fefdc8c 100644 --- a/neuron_explainer/activation_server/read_routes.py +++ b/neuron_explainer/activation_server/read_routes.py @@ -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