YanweiLi commited on
Commit
bbc9f73
1 Parent(s): 0c149e9

Use MGM to represent Mini-Gemini

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