Add a model card
#3
by
nielsr
HF staff
- opened
README.md
ADDED
@@ -0,0 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
pipeline_tag: any-to-any
|
3 |
+
tags:
|
4 |
+
- Any2Any
|
5 |
+
---
|
6 |
+
|
7 |
+
|
8 |
+
**Lumina-mGPT** is a family of multimodal autoregressive models capable of various vision and language tasks, particularly excelling in generating flexible photorealistic images from text descriptions.
|
9 |
+
|
10 |
+
[](https://arxiv.org/abs/2408.02657)
|
11 |
+
|
12 |
+

|
13 |
+
|
14 |
+
# Usage
|
15 |
+
We provide the implementation of Lumina-mGPT, as well as sampling code, in our [github repository](https://github.com/Alpha-VLLM/Lumina-mGPT).
|