OpenBMB / VisCPM

[ICLR'24 spotlight] Chinese and English Multimodal Large Model Series (Chat and Paint) | 基于CPM基础模型的中英双语多模态大模型系列
1.06k stars 93 forks source link

How to chat with text modal only? #9

Closed naturesphere closed 1 year ago

naturesphere commented 1 year ago

If I just want to chat with the visCPM-Chat model in text modal, I don't want to send pictures. How should I organize my input?

yaoyuanTHU commented 1 year ago

Thanks for the interest! Currently VisCPM-Chat only supports image-conditioned conversations, meaning that the text-only conversation performance is not so satisfactory right now. If you want to use text-only conversation, you may want to watch the CPM-Bee language model (https://github.com/OpenBMB/CPM-Bee) for further possible release.