Question 19
Which of the following statements about CLIP are TRUE? (Select ALL that apply)
CLIP uses a contrastive loss function to align text and image embeddings.
CLIP requires image labels for training.
CLIP is trained to maximize cosine similarity between embeddings of matching text-image pairs.
CLIP model is trained with pretext tasks such as rotation prediction and inpainting to learn effective feature representations.
To use the CLIP model for image classification, it is imperative to finetune it on downstream datasets.