BAAI-DCAI / Bunny

A family of lightweight multimodal models.
Apache License 2.0
921 stars 68 forks source link

Multi-images in 1 prompt #120

Open motcapbovit opened 2 months ago

motcapbovit commented 2 months ago

Hi, thanks for your great work!

Just a little concern, since the image input is a list, can the model receive multi-images in 1 prompt for the purpose of image comparisons?

Isaachhh commented 2 months ago

Due to single-image training, the performance of multi-images inference would be inferior.

You may try combine several images into one and feed into the model.