We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d05c7d commit 373046bCopy full SHA for 373046b
src/lm_saes/config.py
@@ -57,7 +57,7 @@ class BaseSAEConfig(BaseModelConfig):
57
use_glu_encoder: bool = False
58
act_fn: Literal["relu", "jumprelu", "topk", "batchtopk"] = "relu"
59
jump_relu_threshold: float = 0.0
60
- apply_decoder_bias_to_pre_encoder: bool = True
+ apply_decoder_bias_to_pre_encoder: bool = False
61
norm_activation: str = "dataset-wise"
62
sparsity_include_decoder_norm: bool = True
63
top_k: int = 50
0 commit comments