fesvhtr's picture
docs: add playground link
73cbbde verified
|
Raw
History Blame Contribute Delete
1.21 kB
metadata
library_name: transformers
license: cc-by-nc-sa-4.0
tags: []

Model Details

Method

Method overview

Resources

Usage

from transformers import AutoModel, AutoProcessor

model_id = "RISys-Lab/ReasonSigLIP-So14-384-S2"
model = AutoModel.from_pretrained(model_id)
processor = AutoProcessor.from_pretrained(model_id)

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