HuanjinYao commited on
Commit
d23a21c
1 Parent(s): 19f3224

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +44 -3
README.md CHANGED
@@ -1,3 +1,44 @@
1
- ---
2
- license: llama2
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ inference: false
3
+ license: llama2
4
+ pipeline_tag: image-to-text
5
+ ---
6
+
7
+
8
+ # DenseConnector-v1.5-13B 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-v1.5-13B 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 [LLaVA-1.5](https://github.com/haotian-liu/LLaVA) dataset.
27
+
28
+ **Large Language Model:**
29
+ Vicuna-13B
30
+
31
+
32
+ ## License
33
+ Llama 2 is licensed under the LLAMA 2 Community License,
34
+ Copyright (c) Meta Platforms, Inc. All Rights Reserved.
35
+
36
+ **Where to send questions or comments about the model:**
37
+ https://github.com/HJYao00/DenseConnector/issues
38
+
39
+ ## Intended use
40
+ **Primary intended uses:**
41
+ The primary use of DenseConnector is research on large multimodal models and chatbots.
42
+
43
+ **Primary intended users:**
44
+ The primary intended users of the model are researchers and hobbyists in computer vision, natural language processing, machine learning, and artificial intelligence.