Potentialts commited on
Commit
4faa19a
1 Parent(s): 9086805

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +18 -1
README.md CHANGED
@@ -1,5 +1,6 @@
1
  ---
2
  inference: false
 
3
  ---
4
 
5
  # VW-LMM Model Card
@@ -22,4 +23,20 @@ https://github.com/pengts/VW-LMM
22
 
23
  ## License
24
  Llama 2 is licensed under the LLAMA 2 Community License,
25
- Copyright (c) Meta Platforms, Inc. All Rights Reserved.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  inference: false
3
+ library_name: transformers
4
  ---
5
 
6
  # VW-LMM Model Card
 
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
+ ## Citation
29
+
30
+ If you find our paper and code useful in your research, please consider giving a star :star: and citation :pencil:.
31
+
32
+ ```BibTeX
33
+ @misc{peng2024multimodal,
34
+ title={Multi-modal Auto-regressive Modeling via Visual Words},
35
+ author={Tianshuo Peng and Zuchao Li and Lefei Zhang and Hai Zhao and Ping Wang and Bo Du},
36
+ year={2024},
37
+ eprint={2403.07720},
38
+ archivePrefix={arXiv},
39
+ primaryClass={cs.CV}
40
+ }
41
+ }
42
+ ```