Overview
CLIP (Contrastive LanguageāImage Pre-training) builds on a large body of work on zero-shot transfer, natural language supervision, and multimodal learning. It learns from unfiltered, highly varied, and highly noisy data, and is intended to be used in a zero-shot manner. CLIP struggles on more abstract or systematic tasks such as counting the number of objects in an image and on more complex tasks such as predicting how close the nearest car is in a photo.
The model allows people to design their own classifiers and removes the need for task-specific training data.
Using the model
For best results, use a Jupyter Notebook to interact with this dataset.