Update README.md
Browse files
README.md
CHANGED
@@ -1,11 +1,28 @@
|
|
1 |
---
|
2 |
-
|
3 |
-
-
|
4 |
-
|
5 |
-
|
6 |
-
-
|
7 |
-
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
+
model-index:
|
3 |
+
- name: "DreamBooth Landscape Generation"
|
4 |
+
results:
|
5 |
+
- task:
|
6 |
+
name: "Text-to-Image Generation"
|
7 |
+
type: "text-to-image-generation"
|
8 |
+
dataset:
|
9 |
+
name: "Proprietary dataset for landscapes"
|
10 |
+
type: "text"
|
11 |
+
metrics:
|
12 |
+
- name: "Visual Quality"
|
13 |
+
type: "Human Evaluation"
|
14 |
+
languages:
|
15 |
+
- en
|
16 |
+
library_name: "transformers"
|
17 |
+
model_name: "dreambooth-landscape-gen"
|
18 |
+
widget:
|
19 |
+
- text: "A peaceful mountain valley at dawn"
|
20 |
+
license: "mit"
|
21 |
+
tags:
|
22 |
+
- "text-to-image"
|
23 |
+
- "dreambooth"
|
24 |
+
- "landscape"
|
25 |
+
- "openai"
|
26 |
+
inference-api: true
|
27 |
+
id: "dreambooth-landscape-gen"
|
28 |
+
---
|