czczup commited on
Commit
79d6583
1 Parent(s): dd058cf

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +47 -1
README.md CHANGED
@@ -1,3 +1,49 @@
1
  ---
2
- license: mit
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ inference: false
3
  ---
4
+
5
+ <br>
6
+ <br>
7
+
8
+ # InternVL-Chat Model Card
9
+
10
+ ## Model details
11
+
12
+ **Model type:**
13
+ InternVL-Chat 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 date:**
17
+ InternVL-Chat-ViT-6B-Vicuna-7B was trained in November 2023.
18
+
19
+ **Paper or resources for more information:**
20
+ https://github.com/OpenGVLab/InternVL
21
+
22
+ ## License
23
+ InternVL is released under the MIT license.
24
+
25
+ Llama 2 is licensed under the LLAMA 2 Community License,
26
+ Copyright (c) Meta Platforms, Inc. All Rights Reserved.
27
+
28
+ **Where to send questions or comments about the model:**
29
+ https://github.com/OpenGVLab/InternVL/issues
30
+
31
+ ## Intended use
32
+ **Primary intended uses:**
33
+ The primary use of InternVL-Chat is research on large multimodal models and chatbots.
34
+
35
+ **Primary intended users:**
36
+ The primary intended users of the model are researchers and hobbyists in computer vision, natural language processing, machine learning, and artificial intelligence.
37
+
38
+ ## Training dataset
39
+ - 558K filtered image-text pairs from LAION/CC/SBU, captioned by BLIP.
40
+ - 158K GPT-generated multimodal instruction-following data.
41
+ - 450K academic-task-oriented VQA data mixture.
42
+ - 40K ShareGPT data.
43
+
44
+ ## Evaluation dataset
45
+ A collection of 12 benchmarks, including 5 academic VQA benchmarks and 7 recent benchmarks specifically proposed for instruction-following LMMs.
46
+
47
+ ## Acknowledgement
48
+
49
+ This model card is adapted from [LLaVA's model card](https://huggingface.co/liuhaotian/llava-v1.5-13b). Thanks for their awesome work!