BlakePeavy commited on
Commit
a271056
·
verified ·
1 Parent(s): 72e872c

Add YAML model card metadata

Browse files
Files changed (1) hide show
  1. README.md +14 -0
README.md CHANGED
@@ -1,3 +1,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  # BitPixelLM
2
 
3
  BitPixelLM is a text-to-pixel-art language model that generates 32x32 images from prompts like `a red pixel art sword`.
 
1
+ ---
2
+ language:
3
+ - en
4
+ license: mit
5
+ tags:
6
+ - pixel-art
7
+ - image-generation
8
+ - bitnet
9
+ - ternary
10
+ - autoregressive
11
+ - text-to-image
12
+ pipeline_tag: text-to-image
13
+ ---
14
+
15
  # BitPixelLM
16
 
17
  BitPixelLM is a text-to-pixel-art language model that generates 32x32 images from prompts like `a red pixel art sword`.