Update README.md
Browse files
README.md
CHANGED
@@ -25,7 +25,12 @@ However, aurora is so rare that we can hardly see it even in the very north plac
|
|
25 |
Don't worry. Now we have generative models!!!
|
26 |
|
27 |
# Model Details
|
28 |
-
|
|
|
|
|
|
|
|
|
|
|
29 |
|
30 |
# Usage
|
31 |
|
|
|
25 |
Don't worry. Now we have generative models!!!
|
26 |
|
27 |
# Model Details
|
28 |
+
|
29 |
+
This model is trained from dataset [huggan/few-shot-aurora](https://huggingface.co/datasets/huggan/few-shot-aurora).
|
30 |
+
|
31 |
+
The training method is modified from this [example](https://colab.sandbox.google.com/github/huggingface/notebooks/blob/main/diffusers/training_example.ipynb).
|
32 |
+
|
33 |
+
You can check my training source code here: [<img src="https://colab.research.google.com/assets/colab-badge.svg">](https://colab.sandbox.google.com/github/Li-Yan/Diffusion-Model/blob/main/li_yan_diffusers_training_accelerate.ipynb)
|
34 |
|
35 |
# Usage
|
36 |
|