HuanjinYao commited on
Commit
30cb593
1 Parent(s): ee60f9c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +43 -3
README.md CHANGED
@@ -1,3 +1,43 @@
1
- ---
2
- license: llama3
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: llama3
3
+ pipeline_tag: image-to-text
4
+ tags:
5
+ - MLLMS
6
+ - Connector
7
+ ---
8
+
9
+
10
+
11
+ # DenseConnector-v1.5-8B Model Card
12
+
13
+ ## Model details
14
+
15
+ **Model type:**
16
+ DenseConnector is an open-source chatbot trained by fine-tuning LLaMA/Vicuna on GPT-generated multimodal instruction-following data.
17
+ It is an auto-regressive language model, based on the transformer architecture.
18
+
19
+ **Model date:**
20
+ DenseConnector-v1.5-8B was trained in 05/2024.
21
+
22
+ **Paper or resources for more information:**
23
+ https://github.com/HJYao00/DenseConnector
24
+
25
+ **Paper on Hugging Face:**
26
+ [arxiv.org/abs/2405.13800](https://arxiv.org/abs/2405.13800)
27
+
28
+ **Training dataset**
29
+ This model is trained on [LLaVA-1.5](https://github.com/haotian-liu/LLaVA) dataset.
30
+
31
+ ## License
32
+ Llama 3 is licensed under the LLAMA 3 Community License,
33
+ Copyright (c) Meta Platforms, Inc. All Rights Reserved.
34
+
35
+ **Where to send questions or comments about the model:**
36
+ https://github.com/HJYao00/DenseConnector/issues
37
+
38
+ ## Intended use
39
+ **Primary intended uses:**
40
+ The primary use of DenseConnector is research on large multimodal models and chatbots.
41
+
42
+ **Primary intended users:**
43
+ The primary intended users of the model are researchers and hobbyists in computer vision, natural language processing, machine learning, and artificial intelligence.