<br> (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)