Potentialts commited on
Commit
b257a14
·
verified ·
1 Parent(s): 0b5e412

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +15 -0
README.md CHANGED
@@ -1,5 +1,6 @@
1
  ---
2
  inference: false
 
3
  ---
4
 
5
  # VW-LMM Model Card
@@ -24,3 +25,17 @@ https://github.com/pengts/VW-LMM
24
  ## License
25
  [mistralai/Mistral-7B-Instruct-v0.2](https://huggingface.co/mistralai/Mistral-7B-Instruct-v0.2) license.
26
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  inference: false
3
+ library_name: transformers
4
  ---
5
 
6
  # VW-LMM Model Card
 
25
  ## License
26
  [mistralai/Mistral-7B-Instruct-v0.2](https://huggingface.co/mistralai/Mistral-7B-Instruct-v0.2) license.
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
+ ```