PrismCaptioners are open-source captioners with LLaVA architecture finetuned on GPT4V-assisted dataset
ALLaVA. We have released
PrismCaptioner-7B and
PrismCaptioner-2B.
Clone the
Prism repo and complete the
preparation. You can use PrismCaptioners following
usage or demo below.
1# In the Prism repo folder
2from decouple import supported_VLM
3
4model = supported_VLM['prismcaptioner-2b']()
5res = model.generate(['assets/case1.png', 'Given the image below, please provide a detailed description of what you see.'])