tim-lawson commited on
Commit
dda6cb8
1 Parent(s): 84327ea

Update README.md

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