Link model to paper
Browse filesHi,
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
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 |
+
```
|