Edit model card

(Quickstart)
from transformers import AutoModel, AutoConfig
config = AutoConfig.from_pretrained("Konthee/CLIPTextCamembertModelWithProjection", trust_remote_code=True)
model = AutoModel.from_pretrained("Konthee/CLIPTextCamembertModelWithProjection", trust_remote_code=True)
Downloads last month
94
Safetensors
Model size
106M params
Tensor type
F32
·
Inference API
Inference API (serverless) does not yet support model repos that contain custom code.