Skip to content

Commit 373046b

Browse files
committed
set default value of apply_decoder_bias_to_pre_encoder to False
1 parent 8d05c7d commit 373046b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lm_saes/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ class BaseSAEConfig(BaseModelConfig):
5757
use_glu_encoder: bool = False
5858
act_fn: Literal["relu", "jumprelu", "topk", "batchtopk"] = "relu"
5959
jump_relu_threshold: float = 0.0
60-
apply_decoder_bias_to_pre_encoder: bool = True
60+
apply_decoder_bias_to_pre_encoder: bool = False
6161
norm_activation: str = "dataset-wise"
6262
sparsity_include_decoder_norm: bool = True
6363
top_k: int = 50

0 commit comments

Comments
 (0)