YanweiLi commited on
Commit
4b11f81
·
verified ·
1 Parent(s): ae39bf2

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +44 -0
README.md ADDED
@@ -0,0 +1,44 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - vision-language model
4
+ - llama
5
+ - generation
6
+ datasets:
7
+ - YanweiLi/Mini-Gemini-Instruction
8
+ ---
9
+
10
+ # Mini-Gemini-7B 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
+
18
+ **Model type:**
19
+ Mini-Gemini is an open-source chatbot trained by fine-tuning LLaMA/Vicuna on GPT-generated multimodal instruction-following data.
20
+
21
+ Mini-Gemini empowers existing frameworks to support HD image understanding, reasoning, and generation simultaneously.
22
+
23
+ **Model version:**
24
+ Mini-Gemini HD Version with LLM Vicuna-7B-v1.5
25
+
26
+ **Model date:**
27
+ Mini-Gemini-7B was trained on 03/2024.
28
+
29
+ ## License
30
+ Llama 2 is licensed under the LLAMA 2 Community License,
31
+ Copyright (c) Meta Platforms, Inc. All Rights Reserved.
32
+
33
+ **Where to send questions or comments about the model:**
34
+ https://github.com/dvlab-research/MiniGemini/issues
35
+
36
+ ## Intended use
37
+ **Primary intended uses:**
38
+ The primary use of Mini-Gemini is research on large multimodal models and chatbots.
39
+
40
+ **Primary intended users:**
41
+ The primary intended users of the model are researchers and hobbyists in computer vision, natural language processing, machine learning, and artificial intelligence.
42
+
43
+ ## Training data
44
+ 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.