Update README.md
Browse files
README.md
CHANGED
@@ -14,4 +14,18 @@ Load these SAEs using SAELens as below:
|
|
14 |
from sae_lens import SAE
|
15 |
|
16 |
sae, cfg_dict, sparsity = SAE.from_pretrained("seonglae/Llama-3.1-8B-sae", "<sae_id>")
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
17 |
```
|
|
|
14 |
from sae_lens import SAE
|
15 |
|
16 |
sae, cfg_dict, sparsity = SAE.from_pretrained("seonglae/Llama-3.1-8B-sae", "<sae_id>")
|
17 |
+
```
|
18 |
+
|
19 |
+
# Citation
|
20 |
+
|
21 |
+
```toml
|
22 |
+
@inproceedings{cho2025faithfulsae,
|
23 |
+
title={Faithful{SAE}: Towards Capturing Faithful Features with Sparse Autoencoders
|
24 |
+
without External Datasets Dependency},
|
25 |
+
author={Seonglae Cho and Harryn Oh and Donghyun Lee and Luis Eduardo Rodrigues Vieira
|
26 |
+
and Andrew Bermingham and Ziad El Sayed},
|
27 |
+
booktitle={ACL 2025 Student Research Workshop},
|
28 |
+
year={2025},
|
29 |
+
url={https://openreview.net/forum?id=tBn9ChHGG9}
|
30 |
+
}
|
31 |
```
|