HuanjinYao commited on
Commit
e64026c
1 Parent(s): ce3e773

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +47 -3
README.md CHANGED
@@ -1,3 +1,47 @@
1
- ---
2
- license: llama2
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ inference: false
3
+ license: llama2
4
+ pipeline_tag: image-to-text
5
+ ---
6
+
7
+
8
+ # DenseConnector-with-mgm-7B Model Card
9
+
10
+ ## Model details
11
+
12
+ **Model type:**
13
+ DenseConnector is an open-source chatbot trained by fine-tuning LLaMA/Vicuna on GPT-generated multimodal instruction-following data.
14
+ It is an auto-regressive language model, based on the transformer architecture.
15
+
16
+ **Model info:**
17
+ DenseConnector-with-mgm-7B was trained in 05/2024.
18
+
19
+ **Paper or resources for more information:**
20
+ https://github.com/HJYao00/DenseConnector
21
+
22
+ **Paper on Hugging Face:**
23
+ [arxiv.org/abs/2405.13800](https://arxiv.org/abs/2405.13800)
24
+
25
+ **Training dataset:**
26
+ This model is trained on [MGM](https://github.com/dvlab-research/MGM/tree/main) dataset.
27
+
28
+ **Large Language Model:**
29
+ Vicuna-7B
30
+
31
+ **How to inference**
32
+ This model was trained based on the MGM codebase. Please replace mgm_arch.py in MGM to test our model.
33
+
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/HJYao00/DenseConnector/issues
41
+
42
+ ## Intended use
43
+ **Primary intended uses:**
44
+ The primary use of DenseConnector 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.