liuhaotian commited on
Commit
46767c4
·
1 Parent(s): a998403

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +41 -0
README.md ADDED
@@ -0,0 +1,41 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ inference: false
3
+ ---
4
+
5
+ <br>
6
+ <br>
7
+
8
+ # LLaVA Model Card
9
+
10
+ This is a pretrained checkpoint, you can use it to instruct tune your multimodal models.
11
+
12
+ Check out the instructions [here](https://github.com/haotian-liu/LLaVA/blob/main/README.md#visual-instruction-tuning)
13
+
14
+ ## Model details
15
+
16
+ **Model type:**
17
+ LLaVA is an open-source chatbot trained by fine-tuning LLaMA/Vicuna on GPT-generated multimodal instruction-following data.
18
+ It is an auto-regressive language model, based on the transformer architecture.
19
+
20
+ **Model date:**
21
+ LLaVA-v1.5-MLP2x-336px-Pretrain-Vicuna-13B-v1.5 was trained in September 2023.
22
+
23
+ **Paper or resources for more information:**
24
+ https://llava-vl.github.io/
25
+
26
+ ## License
27
+ Llama 2 is licensed under the LLAMA 2 Community License,
28
+ Copyright (c) Meta Platforms, Inc. All Rights Reserved.
29
+
30
+ **Where to send questions or comments about the model:**
31
+ https://github.com/haotian-liu/LLaVA/issues
32
+
33
+ ## Intended use
34
+ **Primary intended uses:**
35
+ The primary use of LLaVA is research on large multimodal models and chatbots.
36
+
37
+ **Primary intended users:**
38
+ The primary intended users of the model are researchers and hobbyists in computer vision, natural language processing, machine learning, and artificial intelligence.
39
+
40
+ ## Training dataset
41
+ - 558K filtered image-text pairs from LAION/CC/SBU, captioned by BLIP.