diff --git a/neuron_explainer/models/autoencoder_context.py b/neuron_explainer/models/autoencoder_context.py index d134d3b..d4150fc 100644 --- a/neuron_explainer/models/autoencoder_context.py +++ b/neuron_explainer/models/autoencoder_context.py @@ -12,7 +12,7 @@ @dataclass(frozen=True) class AutoencoderSpec: - """Parameters used in the construction of an AutoencoderConfig object. Seperate so we don't need to validate when constructed""" + """Parameters used in the construction of an AutoencoderConfig object. Separate so we don't need to validate when constructed""" dst: DerivedScalarType autoencoder_path_by_layer_index: dict[LayerIndex, str]