Update README.md
Browse files
README.md
CHANGED
@@ -14,7 +14,7 @@ library_name: transformers
|
|
14 |
|
15 |
VARGPT (7B+2B) modeling understanding and generation as two distinct paradigms within a unified model: **predicting the next token for visual understanding and predicting the next scale for visual generation**.
|
16 |
|
17 |
-
We provide the simple generation process for using our model. For more details, you could refer to Github.
|
18 |
|
19 |
### Multimodal Understanding
|
20 |
Inference demo for **Multimodal Understanding**. You can execute the following code:
|
|
|
14 |
|
15 |
VARGPT (7B+2B) modeling understanding and generation as two distinct paradigms within a unified model: **predicting the next token for visual understanding and predicting the next scale for visual generation**.
|
16 |
|
17 |
+
We provide the simple generation process for using our model. For more details, you could refer to Github: [VARGPT-v1](https://github.com/VARGPT-family/VARGPT).
|
18 |
|
19 |
### Multimodal Understanding
|
20 |
Inference demo for **Multimodal Understanding**. You can execute the following code:
|