Replies: 1 comment
-
I have the same problem. Have you solved it? @flab305 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am new to the LLaVA framework. I have a dataset of image-text pair classified into 2 classes. Using inference on a trained LLaVA model, I want to get classification on my dataset, i.e. given text and image, classify into one of two labels.
Is there a way to do so? like an inbuilt function or adding MLP head over (getting logits or after fine-tuning etc...)?
Beta Was this translation helpful? Give feedback.
All reactions