moein-shariatnia / OpenAI-CLIP

Simple implementation of OpenAI CLIP model in PyTorch.
MIT License
623 stars 92 forks source link

CLIP for multimodal classificaiton #13

Open eftekhar-hossain opened 1 year ago

eftekhar-hossain commented 1 year ago

Hello,

I am working on a project entitled Multimodal hateful meme classification. The input consists of image and text and the output will be binary classification. How can I modify your code for classification task?