fesvhtr's picture
docs: update usage model id namespace
1832b32 verified
|
Raw
History Blame Contribute Delete
1.09 kB
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-L14-336-S2"
model = CLIPModel.from_pretrained(model_id)
processor = CLIPProcessor.from_pretrained(model_id)

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