Update README.md
Browse files
README.md
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
-
---
|
2 |
-
license: apache-2.0
|
3 |
-
pipeline_tag: text-to-image
|
4 |
-
---
|
5 |
|
6 |
# VQ-VAE Preview
|
7 |
|
@@ -9,6 +9,8 @@ The decoder provides a preview image from a predicted series of tokens (int valu
|
|
9 |
|
10 |
Compatible with the Gemma/LLama/Qwen models and the [Trainer](https://huggingface.co/docs/transformers/en/main_classes/trainer) class.
|
11 |
|
|
|
|
|
12 |
## Inference
|
13 |
|
14 |
```python
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
pipeline_tag: text-to-image
|
4 |
+
---
|
5 |
|
6 |
# VQ-VAE Preview
|
7 |
|
|
|
9 |
|
10 |
Compatible with the Gemma/LLama/Qwen models and the [Trainer](https://huggingface.co/docs/transformers/en/main_classes/trainer) class.
|
11 |
|
12 |
+

|
13 |
+
|
14 |
## Inference
|
15 |
|
16 |
```python
|