Update README.md
Browse files
README.md
CHANGED
@@ -1,5 +1,11 @@
|
|
1 |
---
|
2 |
license: apache-2.0
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
4 |
|
5 |
|
@@ -297,10 +303,4 @@ for i in range(0, 4):
|
|
297 |
# generator=torch.Generator(device="cuda").manual_seed(420)
|
298 |
# ).images[0]
|
299 |
#img.save("majestic_075.png")
|
300 |
-
```
|
301 |
-
|
302 |
-
|
303 |
-
|
304 |
-
|
305 |
-
|
306 |
-
|
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
+
datasets:
|
4 |
+
- AbstractPhil/human-templated-captions-1b
|
5 |
+
base_model:
|
6 |
+
- google-t5/t5-small
|
7 |
+
- openai/clip-vit-large-patch14
|
8 |
+
pipeline_tag: any-to-any
|
9 |
---
|
10 |
|
11 |
|
|
|
303 |
# generator=torch.Generator(device="cuda").manual_seed(420)
|
304 |
# ).images[0]
|
305 |
#img.save("majestic_075.png")
|
306 |
+
```
|
|
|
|
|
|
|
|
|
|
|
|