nielsr HF Staff commited on
Commit
b06a56e
·
verified ·
1 Parent(s): 413b4c4

Link model to paper

Browse files

Hi,

Niels here from the open-source team at HF. This PR ensures the model can be viewed from https://huggingface.co/papers/2408.02752 (feel free to claim the paper in case you're an author so that it appears at your HF profile).

Cheers,
Niels

Files changed (1) hide show
  1. README.md +17 -3
README.md CHANGED
@@ -1,3 +1,17 @@
1
- ---
2
- license: mit
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ ---
4
+
5
+ # Citation
6
+
7
+ ```bibtex
8
+ @misc{siglidis2024diffusionmodelsdatamining,
9
+ title={Diffusion Models as Data Mining Tools},
10
+ author={Ioannis Siglidis and Aleksander Holynski and Alexei A. Efros and Mathieu Aubry and Shiry Ginosar},
11
+ year={2024},
12
+ eprint={2408.02752},
13
+ archivePrefix={arXiv},
14
+ primaryClass={cs.CV},
15
+ url={https://arxiv.org/abs/2408.02752},
16
+ }
17
+ ```