Update README.md
Browse files
README.md
CHANGED
@@ -17,3 +17,13 @@ hookpoint = "unet.up_blocks.1.attentions.1"
|
|
17 |
|
18 |
sae = Sae.load_from_hub("bcywinski/SAeUron", hookpoint=hookpoint, device=device)
|
19 |
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
17 |
|
18 |
sae = Sae.load_from_hub("bcywinski/SAeUron", hookpoint=hookpoint, device=device)
|
19 |
```
|
20 |
+
|
21 |
+
## 📚 Bibtex
|
22 |
+
```bibtex
|
23 |
+
@article{cywinski2025saeuron,
|
24 |
+
title={SAeUron: Interpretable Concept Unlearning in Diffusion Models with Sparse Autoencoders},
|
25 |
+
author={Cywi{\'n}ski, Bartosz and Deja, Kamil},
|
26 |
+
journal={arXiv preprint arXiv:2501.18052},
|
27 |
+
year={2025}
|
28 |
+
}
|
29 |
+
```
|