Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# PixelBytes: Unified Multimodal Generation
|
2 |
|
3 |
Welcome to the **PixelBytes** repository! This project features models designed to generate text and images simultaneously, pixel by pixel, using a unified embedding.
|
@@ -23,8 +36,4 @@ We use the **PixelBytes-Pokemon** dataset, available on Hugging Face: [PixelByte
|
|
23 |
|
24 |
---
|
25 |
|
26 |
-
Thank you for exploring **PixelBytes**! We hope this model aids your multimodal generation projects.
|
27 |
-
|
28 |
-
---
|
29 |
-
license: mit
|
30 |
-
---
|
|
|
1 |
+
---
|
2 |
+
language: en
|
3 |
+
tags:
|
4 |
+
- image-generation
|
5 |
+
- text-generation
|
6 |
+
- multimodal
|
7 |
+
library_name: pytorch
|
8 |
+
pipeline_tag: text-to-image
|
9 |
+
license: mit
|
10 |
+
datasets:
|
11 |
+
- ffurfaro/PixelBytes-Pokemon
|
12 |
+
---
|
13 |
+
|
14 |
# PixelBytes: Unified Multimodal Generation
|
15 |
|
16 |
Welcome to the **PixelBytes** repository! This project features models designed to generate text and images simultaneously, pixel by pixel, using a unified embedding.
|
|
|
36 |
|
37 |
---
|
38 |
|
39 |
+
Thank you for exploring **PixelBytes**! We hope this model aids your multimodal generation projects.
|
|
|
|
|
|
|
|