Open xukefaker opened 1 month ago
I am trying to improve the performance of BLIP2 and InstructBLIP models by giving some pre-defined examples (user-assistant chat history), how can I do this?
Like: messages.append( { "role": "user", "content": f"...." } ) messages.append( { "role": "assistant", "content": f"...." } )
I am trying to improve the performance of BLIP2 and InstructBLIP models by giving some pre-defined examples (user-assistant chat history), how can I do this?