nsanghi commited on
Commit
149aebd
1 Parent(s): fbd0e91

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -5
README.md CHANGED
@@ -1,18 +1,20 @@
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
 
@@ -41,5 +43,4 @@ The following hyperparameters were used during training:
41
  | dynamic | True |
42
  | initial_scale | 32768.0 |
43
  | dynamic_growth_steps | 2000 |
44
- | training_precision | mixed_float16 |
45
-
 
1
  ---
2
  library_name: keras
3
+ datasets:
4
+ - nsanghi/sample-datasets
5
  ---
6
 
7
  ## Model description
8
 
9
+ This is a Stable Diffusion model fine-tuned with Keras using Dreambooth on white breasted nuthatch
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/nsanghi/sample-datasets).
18
 
19
  ## Training procedure
20
 
 
43
  | dynamic | True |
44
  | initial_scale | 32768.0 |
45
  | dynamic_growth_steps | 2000 |
46
+ | training_precision | mixed_float16 |