bharat-raghunathan
commited on
Commit
·
d54c9e3
1
Parent(s):
53a5faf
Update model card
Browse files
README.md
CHANGED
@@ -1,14 +1,20 @@
|
|
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 |
|
@@ -41,5 +47,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 |
+
license: cc0-1.0
|
4 |
+
datasets:
|
5 |
+
- bharat-raghunathan/indian-foods-dataset
|
6 |
+
language:
|
7 |
+
- en
|
8 |
+
pipeline_tag: text-to-image
|
9 |
---
|
10 |
|
11 |
## Model description
|
12 |
|
13 |
+
Dreambooth Stable Diffusion Model fine-tuned on pictures of dosa (the Indian food item)
|
14 |
|
15 |
## Intended uses & limitations
|
16 |
|
17 |
+
Used to generate pictures of dosas in various settings
|
18 |
|
19 |
## Training and evaluation data
|
20 |
|
|
|
47 |
| dynamic | True |
|
48 |
| initial_scale | 32768.0 |
|
49 |
| dynamic_growth_steps | 2000 |
|
50 |
+
| training_precision | mixed_float16 |
|
|