Code for VQA
#3
by
iRanadheer
- opened
hey, i would like to try VQA using transformers. is it possible to do classification with this model? can you point me to the code?
Hi! the code used to train this model is here: https://github.com/andimarafioti/florence2-finetuning
andito
changed discussion status to
closed
It's possible to do classification with this model, but you will have to fine tune it for your use case. I hope that helps!