rajuptvs/ecommerce_products_clip
Viewer • Updated • 1.91k • 220 • 25
This repository contains a CLIP (Contrastive Language-Image Pretraining) model that combines the power of two state-of-the-art architectures:
distilbert-base-uncased): A smaller, faster, and lighter version of BERT.google/vit-base-patch16-224): A powerful vision transformer architecture for image processing.The model is trained to learn joint representations of images and text, enabling a variety of multimodal tasks such as image-text matching, zero-shot classification, and cross-modal retrieval.
CLIP combines a text encoder and an image encoder to map both images and texts into a shared embedding space. By training the model on a large number of image-text pairs, it can perform various downstream tasks without needing task-specific fine-tuning.
distilbert-base-uncased is used to encode the textual input into a dense vector.google/vit-base-patch16-224 processes image data by dividing images into patches and learning their contextual relationships.Train over larger datasets and with more computer resources
Base model
distilbert/distilbert-base-uncased