Potentialts commited on
Commit
b80e4f3
1 Parent(s): b430022

Upload README.md

Browse files
Files changed (1) hide show
  1. README.md +23 -3
README.md CHANGED
@@ -1,3 +1,23 @@
1
- ---
2
- license: apache-2.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+
2
+ # VW-LMM Model Card
3
+
4
+ This repo contains the weights of VW-LMM-Vicuna-7b proposed in paper "Multi-modal Auto-regressive Modeling via Visual Words"
5
+
6
+ For specific usage and chat templates, please refer to our project repo https://github.com/pengts/VW-LMM
7
+
8
+ ## Model details
9
+
10
+ **Model type:**
11
+ VW-LMM is an open-source chatbot trained by fine-tuning LLaMA/Vicuna on GPT-generated multimodal instruction-following data.
12
+ It is an auto-regressive language model, based on the transformer architecture.
13
+
14
+ **paper:**
15
+ https://arxiv.org/abs/2403.07720
16
+
17
+ **code:**
18
+ https://github.com/pengts/VW-LMM
19
+
20
+ ## License
21
+ Llama 2 is licensed under the LLAMA 2 Community License,
22
+ Copyright (c) Meta Platforms, Inc. All Rights Reserved.
23
+