ChunjiangGe
commited on
Commit
•
ee1efe7
1
Parent(s):
6211bed
Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,29 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# ConvLLaVA Model Card
|
2 |
+
|
3 |
+
## Model details
|
4 |
+
|
5 |
+
**Model type:** ConvLLaVA is an open-source chatbot trained by fine-tuning LLM on multimodal instruction-following data. It is an auto-regressive language model, based on the transformer architecture. Base LLM: lmsys/vicuna-7b-v1.5
|
6 |
+
|
7 |
+
**Model date:** ConvLLaVA-1024 was trained in March 2024.
|
8 |
+
|
9 |
+
Paper or resources for more information: https://github.com/alibaba/conv-llava/
|
10 |
+
|
11 |
+
## License
|
12 |
+
Llama 2 is licensed under the LLAMA 2 Community License, Copyright (c) Meta Platforms, Inc. All Rights Reserved.
|
13 |
+
|
14 |
+
Where to send questions or comments about the model: https://github.com/alibaba/conv-llava/issues
|
15 |
+
|
16 |
+
## Intended use
|
17 |
+
**Primary intended uses:** The primary use of ConvLLaVA is research on large multimodal models and chatbots.
|
18 |
+
|
19 |
+
**Primary intended users:** The primary intended users of the model are researchers and hobbyists in computer vision, natural language processing, machine learning, and artificial intelligence.
|
20 |
+
|
21 |
+
## Training dataset
|
22 |
+
|
23 |
+
- 1.2M ShareGPT4V-PT caption data.
|
24 |
+
- 100K ShareGPT4V caption data.
|
25 |
+
- 1.4M ALLaVA caption and instruction data.
|
26 |
+
- 186K VFLAN multitask data.
|
27 |
+
- 158K GPT-generated multimodal instruction-following data.
|
28 |
+
- 500K academic-task-oriented VQA data mixture.
|
29 |
+
- 40K ShareGPT data.
|