YanweiLi commited on
Commit
a008fac
1 Parent(s): 252238d

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +48 -0
README.md ADDED
@@ -0,0 +1,48 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - vision-language model
4
+ - llama
5
+ - generation
6
+ datasets:
7
+ - YanweiLi/Mini-Gemini-Instruction
8
+ ---
9
+
10
+ # Mini-Gemini-8x7B 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
+ 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.
17
+ You can also try our other Mini-Gemini series models:
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-34B](https://huggingface.co/YanweiLi/Mini-Gemini-34)
20
+
21
+ High resolution setting: [Mini-Gemini-7B-HD](https://huggingface.co/YanweiLi/Mini-Gemini-7B-HD), [Mini-Gemini-13B](https://huggingface.co/YanweiLi/Mini-Gemini-13B-HD), [Mini-Gemini-8x7B-HD](https://huggingface.co/YanweiLi/Mini-Gemini-8x7B-HD), [Mini-Gemini-34B-HD](https://huggingface.co/YanweiLi/Mini-Gemini-34-HD)
22
+
23
+ **Model type:**
24
+ Mini-Gemini is an open-source chatbot trained by fine-tuning Mixtral-8x7B on GPT-generated multimodal instruction-following data.
25
+
26
+ Mini-Gemini empowers existing frameworks to support HD image understanding, reasoning, and generation simultaneously.
27
+
28
+ **Model version:**
29
+ Mini-Gemini with LLM Mixtral-8x7B-Instruct-v0.1
30
+
31
+ **Model date:**
32
+ Mini-Gemini-8x7B was trained on 03/2024.
33
+
34
+ ## License
35
+ Mixtral-8x7B is licensed under the apache-2.0 License,
36
+
37
+ **Where to send questions or comments about the model:**
38
+ https://github.com/dvlab-research/MiniGemini/issues
39
+
40
+ ## Intended use
41
+ **Primary intended uses:**
42
+ The primary use of Mini-Gemini is research on large multimodal models and chatbots.
43
+
44
+ **Primary intended users:**
45
+ The primary intended users of the model are researchers and hobbyists in computer vision, natural language processing, machine learning, and artificial intelligence.
46
+
47
+ ## Training data
48
+ 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.