Model Details

Method

Method overview

Resources

Usage

from transformers import CLIPModel, CLIPProcessor

model_id = "RISys-Lab/ReasonCLIP-B32-S1"
model = CLIPModel.from_pretrained(model_id)
processor = CLIPProcessor.from_pretrained(model_id)

For the full checkpoint list, see the ReasonCLIP model card.

Downloads last month
7
Safetensors
Model size
0.2B params
Tensor type
BF16
·
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Collection including RISys-Lab/ReasonCLIP-B32-S1

Paper for RISys-Lab/ReasonCLIP-B32-S1