callummcdougall
commited on
Commit
•
9424e71
1
Parent(s):
a039a5b
add models
Browse files- cfg.json +1 -0
- sae_weights.safetensors +3 -0
cfg.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"architecture": "gated", "d_in": 2048, "d_sae": 8192, "dtype": "float32", "device": "cuda", "model_name": "othello-gpt", "hook_name": "blocks.5.mlp.hook_post", "hook_layer": 5, "hook_head_index": null, "activation_fn_str": "relu", "activation_fn_kwargs": {}, "apply_b_dec_to_input": true, "finetuning_scaling_factor": false, "sae_lens_training_version": "3.20.3", "prepend_bos": false, "dataset_path": "taufeeque/othellogpt", "dataset_trust_remote_code": true, "context_size": 59, "normalize_activations": "none", "neuronpedia_id": null, "model_from_pretrained_kwargs": {"center_writing_weights": false}, "l1_coefficient": 5, "lp_norm": 1, "use_ghost_grads": false, "normalize_sae_decoder": true, "noise_scale": 0.0, "decoder_orthogonal_init": false, "init_encoder_as_decoder_transpose": false, "mse_loss_normalization": null, "decoder_heuristic_init": false, "scale_sparsity_penalty_by_decoder_norm": false}
|
sae_weights.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b6103863982ee9bda56ad0d2d8127bc7b606b1a6efd060267b050325058647da
|
3 |
+
size 134324696
|