DLight1551 teowu commited on
Commit
327cc9d
1 Parent(s): 1d1088c

Create README.md (#2)

Browse files

- Create README.md (0f25913c6f5f0d4723a3f1c1cf1160f7186f3d0f)


Co-authored-by: Haoning Wu @ VQAssessment Group <teowu@users.noreply.huggingface.co>

Files changed (1) hide show
  1. README.md +26 -0
README.md ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+
2
+ This is a model based on InternLM-XComposer,
3
+
4
+ ```bibtex
5
+ @misc{zhang2023internlmxcomposer,
6
+ title={InternLM-XComposer: A Vision-Language Large Model for Advanced Text-image Comprehension and Composition},
7
+ author={Pan Zhang and Xiaoyi Dong and Bin Wang and Yuhang Cao and Chao Xu and Linke Ouyang and Zhiyuan Zhao and Shuangrui Ding and Songyang Zhang and Haodong Duan and Wenwei Zhang and Hang Yan and Xinyue Zhang and Wei Li and Jingwen Li and Kai Chen and Conghui He and Xingcheng Zhang and Yu Qiao and Dahua Lin and Jiaqi Wang},
8
+ year={2023},
9
+ eprint={2309.15112},
10
+ archivePrefix={arXiv},
11
+ primaryClass={cs.CV}
12
+ }
13
+ ```
14
+
15
+ with additional [Q-Instruct] data to specially work on low-level visual perception tasks:
16
+
17
+ ```bibtex
18
+ @misc{wu2023qinstruct,
19
+ title={Q-Instruct: Improving Low-level Visual Abilities for Multi-modality Foundation Models},
20
+ author={Haoning Wu and Zicheng Zhang and Erli Zhang and Chaofeng Chen and Liang Liao and Annan Wang and Kaixin Xu and Chunyi Li and Jingwen Hou and Guangtao Zhai and Geng Xue and Wenxiu Sun and Qiong Yan and Weisi Lin},
21
+ year={2023},
22
+ eprint={2311.06783},
23
+ archivePrefix={arXiv},
24
+ primaryClass={cs.CV}
25
+ }
26
+ ```