HuanjinYao commited on
Commit
5d15f5c
1 Parent(s): 1ea91f5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +37 -3
README.md CHANGED
@@ -1,3 +1,37 @@
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-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 date:**
17
+ DenseConnector-v1.5-7B was trained in 05/2024.
18
+
19
+ **Paper or resources for more information:**
20
+ https://github.com/HJYao00/DenseConnector
21
+
22
+ ** Training dataset
23
+ This model is trained on [LLaVA-1.5](https://github.com/haotian-liu/LLaVA) dataset.
24
+
25
+ ## License
26
+ Llama 2 is licensed under the LLAMA 2 Community License,
27
+ Copyright (c) Meta Platforms, Inc. All Rights Reserved.
28
+
29
+ **Where to send questions or comments about the model:**
30
+ https://github.com/HJYao00/DenseConnector/issues
31
+
32
+ ## Intended use
33
+ **Primary intended uses:**
34
+ The primary use of DenseConnector is research on large multimodal models and chatbots.
35
+
36
+ **Primary intended users:**
37
+ The primary intended users of the model are researchers and hobbyists in computer vision, natural language processing, machine learning, and artificial intelligence.