Model Details

Method

Method overview

Resources

Usage

from transformers import CLIPModel, CLIPProcessor

model_id = "RISys-Lab/ReasonCLIP-L14-336-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
15
Safetensors
Model size
0.4B 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-L14-336-S1

Paper for RISys-Lab/ReasonCLIP-L14-336-S1