freesky commited on
Commit
c6d7845
1 Parent(s): e136ed7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +22 -3
README.md CHANGED
@@ -1,3 +1,22 @@
1
- ---
2
- license: mit
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ language:
4
+ - en
5
+ base_model:
6
+ - OpenGVLab/InternVL-Chat-V1-5
7
+ ---
8
+ ## Citation
9
+
10
+ If you use this finetuned model checkpoint in your research, please cite our paper as follows:
11
+
12
+ ```bibtex
13
+ @misc{zhang2024visualquestiondecompositionmultimodal,
14
+ title={Visual Question Decomposition on Multimodal Large Language Models},
15
+ author={Haowei Zhang and Jianzhe Liu and Zhen Han and Shuo Chen and Bailan He and Volker Tresp and Zhiqiang Xu and Jindong Gu},
16
+ year={2024},
17
+ eprint={2409.19339},
18
+ archivePrefix={arXiv},
19
+ primaryClass={cs.CL},
20
+ url={https://arxiv.org/abs/2409.19339},
21
+ }
22
+ ```