Use MGM to represent Mini-Gemini
Browse files
README.md
CHANGED
@@ -4,32 +4,32 @@ tags:
|
|
4 |
- llama
|
5 |
- generation
|
6 |
datasets:
|
7 |
-
- YanweiLi/
|
8 |
---
|
9 |
|
10 |
-
#
|
11 |
<a href='https://github.com/dvlab-research/MiniGemini'><img src='https://img.shields.io/badge/Project-Code-violet'></a>
|
12 |
<a href='https://mini-gemini.github.io/'><img src='https://img.shields.io/badge/Project-Page-Green'></a>
|
13 |
<a href='https://arxiv.org/pdf/2403.18814.pdf'><img src='https://img.shields.io/badge/Paper-Arxiv-red'></a>
|
14 |
|
15 |
## Model details
|
16 |
-
|
17 |
|
18 |
-
Normal resolution setting: [
|
19 |
|
20 |
-
High resolution setting: [
|
21 |
|
22 |
|
23 |
**Model type:**
|
24 |
-
|
25 |
|
26 |
-
|
27 |
|
28 |
**Model version:**
|
29 |
-
|
30 |
|
31 |
**Model date:**
|
32 |
-
|
33 |
|
34 |
## License
|
35 |
Llama 2 is licensed under the LLAMA 2 Community License,
|
@@ -40,10 +40,13 @@ https://github.com/dvlab-research/MiniGemini/issues
|
|
40 |
|
41 |
## Intended use
|
42 |
**Primary intended uses:**
|
43 |
-
The primary use
|
44 |
|
45 |
**Primary intended users:**
|
46 |
The primary intended users of the model are researchers and hobbyists in computer vision, natural language processing, machine learning, and artificial intelligence.
|
47 |
|
48 |
## Training data
|
49 |
-
This model is trained based on [
|
|
|
|
|
|
|
|
4 |
- llama
|
5 |
- generation
|
6 |
datasets:
|
7 |
+
- YanweiLi/MGM-Instruction
|
8 |
---
|
9 |
|
10 |
+
# MGM-13B Model Card
|
11 |
<a href='https://github.com/dvlab-research/MiniGemini'><img src='https://img.shields.io/badge/Project-Code-violet'></a>
|
12 |
<a href='https://mini-gemini.github.io/'><img src='https://img.shields.io/badge/Project-Page-Green'></a>
|
13 |
<a href='https://arxiv.org/pdf/2403.18814.pdf'><img src='https://img.shields.io/badge/Paper-Arxiv-red'></a>
|
14 |
|
15 |
## Model details
|
16 |
+
The framework supports a series of dense and MoE Large Language Models (LLMs) from 2B to 34B with HD image understanding, reasoning, and generation simultaneously.
|
17 |
|
18 |
+
Normal resolution setting: [MGM-2B](https://huggingface.co/YanweiLi/MGM-2B), [MGM-7B](https://huggingface.co/YanweiLi/MGM-7B), [MGM-8x7B](https://huggingface.co/YanweiLi/MGM-8x7B), [MGM-34B](https://huggingface.co/YanweiLi/MGM-34B)
|
19 |
|
20 |
+
High resolution setting: [MGM-7B-HD](https://huggingface.co/YanweiLi/MGM-7B-HD), [MGM-13B-HD](https://huggingface.co/YanweiLi/MGM-13B-HD), [MGM-8x7B-HD](https://huggingface.co/YanweiLi/MGM-8x7B-HD), [MGM-34B-HD](https://huggingface.co/YanweiLi/MGM-34B-HD)
|
21 |
|
22 |
|
23 |
**Model type:**
|
24 |
+
MGM is an open-source chatbot trained by fine-tuning LLaMA/Vicuna on GPT-generated multimodal instruction-following data.
|
25 |
|
26 |
+
It empowers existing frameworks to support HD image understanding, reasoning, and generation simultaneously.
|
27 |
|
28 |
**Model version:**
|
29 |
+
MGM with LLM Vicuna-13B-v1.5
|
30 |
|
31 |
**Model date:**
|
32 |
+
MGM-13B was trained on 03/2024.
|
33 |
|
34 |
## License
|
35 |
Llama 2 is licensed under the LLAMA 2 Community License,
|
|
|
40 |
|
41 |
## Intended use
|
42 |
**Primary intended uses:**
|
43 |
+
The primary use is research on large multimodal models and chatbots.
|
44 |
|
45 |
**Primary intended users:**
|
46 |
The primary intended users of the model are researchers and hobbyists in computer vision, natural language processing, machine learning, and artificial intelligence.
|
47 |
|
48 |
## Training data
|
49 |
+
This model is trained based on [MGM-Instruction](https://huggingface.co/datasets/YanweiLi/MGM-Instruction) dataset, please to the [Github](https://github.com/dvlab-research/MGM) for more detail.
|
50 |
+
|
51 |
+
## Acknowledgement
|
52 |
+
This project is not affiliated with Google LLC.
|