YanweiLi commited on
Commit
f584828
1 Parent(s): 54e269f

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +43 -0
README.md ADDED
@@ -0,0 +1,43 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ inference: false
3
+ ---
4
+
5
+ <br>
6
+ <br>
7
+
8
+ # LLaMA-VID Model Card
9
+ <a href='https://llama-vid.github.io/'><img src='https://img.shields.io/badge/Project-Page-Green'></a>
10
+ <a href='https://arxiv.org/abs/2311.17043'><img src='https://img.shields.io/badge/Paper-Arxiv-red'></a>
11
+
12
+ ## Model details
13
+ LLaMA-VID empowers existing frameworks to support hour-long videos and pushes their upper limit with an extra context token.
14
+
15
+
16
+ **Model type:**
17
+ LLaMA-VID is an open-source chatbot trained by fine-tuning LLaMA/Vicuna on GPT-generated multimodal instruction-following data.
18
+ LLaMA-VID empowers existing frameworks to support hour-long videos and pushes their upper limit with an extra context token. We build this repo based on LLaVA.
19
+
20
+
21
+ **Model date:**
22
+ llama-vid-13b-full-336 was trained on 11/2023.
23
+
24
+ ## License
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/dvlab-research/LLaMA-VID/issues
30
+
31
+ ## Intended use
32
+ **Primary intended uses:**
33
+ The primary use of LLaMA-VID 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 data
39
+ This model is trained based on LLaVA-1.5 dataset, including
40
+ - 558K filtered image-text pairs from LAION/CC/SBU, captioned by BLIP.
41
+ - 158K GPT-generated multimodal instruction-following data.
42
+ - 450K academic-task-oriented VQA data mixture.
43
+ - 40K ShareGPT data.