tim-lawson commited on
Commit
3911341
1 Parent(s): 0c2ffd3

Push model using huggingface_hub.

Browse files
Files changed (1) hide show
  1. README.md +37 -3
README.md CHANGED
@@ -1,9 +1,43 @@
1
  ---
 
 
 
2
  tags:
 
3
  - model_hub_mixin
4
  - pytorch_model_hub_mixin
 
5
  ---
6
 
7
- This model has been pushed to the Hub using the [PytorchModelHubMixin](https://huggingface.co/docs/huggingface_hub/package_reference/mixins#huggingface_hub.PyTorchModelHubMixin) integration:
8
- - Library: [More Information Needed]
9
- - Docs: [More Information Needed]
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ language: en
3
+ library_name: mlsae
4
+ license: mit
5
  tags:
6
+ - arxiv:2409.04185
7
  - model_hub_mixin
8
  - pytorch_model_hub_mixin
9
+ base_model: EleutherAI/pythia-410m-deduped
10
  ---
11
 
12
+ # Model Card for
13
+
14
+ A Multi-Layer Sparse Autoencoder (MLSAE) trained on the residual stream activation
15
+ vectors from [EleutherAI/pythia-410m-deduped](https://huggingface.co/EleutherAI/pythia-410m-deduped) with an
16
+ expansion factor of R = 64 and sparsity k = 32, over 1 billion
17
+ tokens from [monology/pile-uncopyrighted](https://huggingface.co/datasets/monology/pile-uncopyrighted).
18
+
19
+ ### Model Sources
20
+
21
+ - **Repository:** <https://github.com/tim-lawson/mlsae>
22
+ - **Paper:** <https://arxiv.org/abs/2409.04185>
23
+ - **Weights & Biases:** <https://wandb.ai/timlawson-/mlsae>
24
+
25
+ ## Citation
26
+
27
+ **BibTeX:**
28
+
29
+ ```bibtex
30
+ @misc{lawson_residual_2024,
31
+ title = {Residual {{Stream Analysis}} with {{Multi-Layer SAEs}}},
32
+ author = {Lawson, Tim and Farnik, Lucy and Houghton, Conor and Aitchison, Laurence},
33
+ year = {2024},
34
+ month = oct,
35
+ number = {arXiv:2409.04185},
36
+ eprint = {2409.04185},
37
+ primaryclass = {cs},
38
+ publisher = {arXiv},
39
+ doi = {10.48550/arXiv.2409.04185},
40
+ urldate = {2024-10-08},
41
+ archiveprefix = {arXiv}
42
+ }
43
+ ```