Update README.md
Browse files
README.md
CHANGED
@@ -8,34 +8,21 @@
|
|
8 |
|
9 |
## Model Details
|
10 |
|
11 |
-
Model type: LLaVA 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.
|
12 |
|
13 |
-
|
14 |
-
|
15 |
-
<!-- Provide a longer summary of what this model is. -->
|
16 |
-
|
17 |
-
- **Developed by:** [More Information Needed]
|
18 |
-
- **Funded by [optional]:** [More Information Needed]
|
19 |
-
- **Shared by [optional]:** [More Information Needed]
|
20 |
-
- **Model type:** [More Information Needed]
|
21 |
-
- **Language(s) (NLP):** [More Information Needed]
|
22 |
-
- **License:** [More Information Needed]
|
23 |
-
- **Finetuned from model [optional]:** [More Information Needed]
|
24 |
|
25 |
-
### Model
|
26 |
-
|
27 |
-
<!-- Provide the basic links for the model. -->
|
28 |
-
|
29 |
-
- **Repository:** [More Information Needed]
|
30 |
-
- **Paper [optional]:** [More Information Needed]
|
31 |
-
- **Demo [optional]:** [More Information Needed]
|
32 |
|
33 |
-
|
34 |
|
35 |
**Primary intended uses:** The primary use of LLaVA is research on large multimodal models and chatbots.
|
36 |
|
37 |
**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.
|
38 |
|
|
|
|
|
|
|
39 |
|
40 |
## How to Get Started with the Model
|
41 |
|
|
|
8 |
|
9 |
## Model Details
|
10 |
|
11 |
+
Model type: LLaVA 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.
|
12 |
|
13 |
+
Base LLM: Qwen/Qwen1.5-72B-Chat
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
14 |
|
15 |
+
### Model Description
|
|
|
|
|
|
|
|
|
|
|
|
|
16 |
|
17 |
+
**Repository:** https://github.com/EvolvingLMMs-Lab/LLaVA-NEXT
|
18 |
|
19 |
**Primary intended uses:** The primary use of LLaVA is research on large multimodal models and chatbots.
|
20 |
|
21 |
**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.
|
22 |
|
23 |
+
### License Notices
|
24 |
+
|
25 |
+
This project utilizes certain datasets and checkpoints that are subject to their respective original licenses. Users must comply with all terms and conditions of these original licenses, including but not limited to the OpenAI Terms of Use for the dataset and the specific licenses for base language models for checkpoints trained using the dataset (e.g. Llama-1/2 community license for LLaMA-2 and Vicuna-v1.5, Tongyi Qianwen RESEARCH LICENSE AGREEMENT and Llama-3 Research License). This project does not impose any additional constraints beyond those stipulated in the original licenses. Furthermore, users are reminded to ensure that their use of the dataset and checkpoints is in compliance with all applicable laws and regulations.
|
26 |
|
27 |
## How to Get Started with the Model
|
28 |
|