Update README.md
Browse files
README.md
CHANGED
|
@@ -1,18 +1,21 @@
|
|
| 1 |
---
|
| 2 |
library_name: keras
|
|
|
|
|
|
|
| 3 |
---
|
| 4 |
|
| 5 |
## Model description
|
| 6 |
|
| 7 |
-
|
| 8 |
|
| 9 |
## Intended uses & limitations
|
| 10 |
|
| 11 |
-
|
| 12 |
|
| 13 |
## Training and evaluation data
|
| 14 |
|
| 15 |
-
|
|
|
|
| 16 |
|
| 17 |
## Training procedure
|
| 18 |
|
|
|
|
| 1 |
---
|
| 2 |
library_name: keras
|
| 3 |
+
license: apache-2.0
|
| 4 |
+
pipeline_tag: text-to-image
|
| 5 |
---
|
| 6 |
|
| 7 |
## Model description
|
| 8 |
|
| 9 |
+
This is a Stable Diffusion model fine-tuned using Dreambooth on dog images. 🐶
|
| 10 |
|
| 11 |
## Intended uses & limitations
|
| 12 |
|
| 13 |
+
This model is trained for Dreambooth tutorial.
|
| 14 |
|
| 15 |
## Training and evaluation data
|
| 16 |
|
| 17 |
+
This model is trained on dog images in [this dataset](https://huggingface.co/datasets/sayakpaul/sample-datasets/).
|
| 18 |
+
|
| 19 |
|
| 20 |
## Training procedure
|
| 21 |
|