merve HF staff commited on
Commit
5f71089
1 Parent(s): 2298fce

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -3
README.md CHANGED
@@ -1,18 +1,21 @@
1
  ---
2
  library_name: keras
 
 
3
  ---
4
 
5
  ## Model description
6
 
7
- More information needed
8
 
9
  ## Intended uses & limitations
10
 
11
- More information needed
12
 
13
  ## Training and evaluation data
14
 
15
- More information needed
 
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