Question 16
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 matchingtext-image pairs.
CLIP model is trained with pretext tasks such as rotation prediction andinpainting to learn effective feature representations.
To use the CLIP model for image classification, it is imperative to finetune it ondownstream datasets.