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