ddiddi commited on
Commit
d91c1a8
·
verified ·
1 Parent(s): 6421c50

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +47 -3
README.md CHANGED
@@ -1,3 +1,47 @@
1
- ---
2
- license: apache-2.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ inference: false
3
+ tags:
4
+ - llamafile
5
+ - GGUF
6
+ license: llama2
7
+ ---
8
+
9
+ <br>
10
+ <br>
11
+
12
+ # LLaVA Model Card
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-7B 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.
42
+ - 158K GPT-generated multimodal instruction-following data.
43
+ - 450K academic-task-oriented VQA data mixture.
44
+ - 40K ShareGPT data.
45
+
46
+ ## Evaluation dataset
47
+ A collection of 12 benchmarks, including 5 academic VQA benchmarks and 7 recent benchmarks specifically proposed for instruction-following LMMs.