bcywinski commited on
Commit
b415d98
·
verified ·
1 Parent(s): 09e2610

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -0
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
+ ```