Update README.md
Browse files
README.md
CHANGED
|
@@ -57,4 +57,17 @@ At **200** decoding steps:
|
|
| 57 |
|
| 58 |
# Inference
|
| 59 |
|
| 60 |
-
Use the script in the repo. [inference.py](https://huggingface.co/Harley-ml/MNIST-IMG-390k/blob/main/inference.py)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 57 |
|
| 58 |
# Inference
|
| 59 |
|
| 60 |
+
Use the script in the repo. [inference.py](https://huggingface.co/Harley-ml/MNIST-IMG-390k/blob/main/inference.py)
|
| 61 |
+
|
| 62 |
+
### Related Models
|
| 63 |
+
|
| 64 |
+
# Citation
|
| 65 |
+
|
| 66 |
+
```bibtex
|
| 67 |
+
@misc{mnist-img-390k,
|
| 68 |
+
title = {MNIST-IMG-390k: a Tiny Diffusion Model for Generating Handwritten Digits},
|
| 69 |
+
author = {Paul Courneya; Harley-ml},
|
| 70 |
+
year = {2026},
|
| 71 |
+
url = {https://huggingface.co/Harley-ml/MNIST-IMG-390k}
|
| 72 |
+
}
|
| 73 |
+
```
|