This repository contains a fine-tuned MiniCLIP-style model saved as a PyTorch .pt file.
Model details
Vision encoder: google/vit-base-patch16-224
Text encoder: roberta-base
Usage
Download model.pt and load with torch.load(...) into your MiniCLIP model wrapper defined in the project, or use the provided code to reconstruct the model architecture before loading weights.