ReasonCLIP-B32-S1 / README.md
fesvhtr's picture
docs: update usage model id namespace
2970acd verified
|
Raw
History Blame Contribute Delete
993 Bytes
metadata
library_name: transformers
license: cc-by-nc-sa-4.0
tags: []

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.