HuanjinYao
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -13,7 +13,7 @@ pipeline_tag: image-to-text
|
|
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
|
17 |
DenseConnector-v1.5-7B was trained in 05/2024.
|
18 |
|
19 |
**Paper or resources for more information:**
|
@@ -22,9 +22,13 @@ https://github.com/HJYao00/DenseConnector
|
|
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 |
## License
|
29 |
Llama 2 is licensed under the LLAMA 2 Community License,
|
30 |
Copyright (c) Meta Platforms, Inc. All Rights Reserved.
|
|
|
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-7B was trained in 05/2024.
|
18 |
|
19 |
**Paper or resources for more information:**
|
|
|
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-7B
|
30 |
+
|
31 |
+
|
32 |
## License
|
33 |
Llama 2 is licensed under the LLAMA 2 Community License,
|
34 |
Copyright (c) Meta Platforms, Inc. All Rights Reserved.
|