You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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...)?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
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