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