You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"SAE does not have a Neuronpedia ID. Either dashboards for this SAE do not exist (yet) on Neuronpedia, or the SAE was not loaded via the from_pretrained method"
96
+
)
97
+
93
98
neuronpedia_id=sae.neuronpedia_id
94
99
model_name=sae.model_name
95
100
elifisinstance(sae, SAE):
101
+
ifsae.cfg.neuronpedia_idisNone:
102
+
raiseValueError("Neuronpedia ID was not provided in SaeInfo.")
103
+
96
104
neuronpedia_id=sae.cfg.neuronpedia_id
97
105
model_name=sae.cfg.model_name
98
106
else:
99
107
raiseTypeError("sae must be either SaeInfo or SAE")
100
108
101
-
ifisinstance(sae, SAE) andneuronpedia_idisNone:
102
-
raiseValueError(
103
-
"SAE does not have a Neuronpedia ID. Either dashboards for this SAE do not exist (yet) on Neuronpedia, or the SAE was not loaded via the from_pretrained method"
0 commit comments