Edit model card
YAML Metadata Warning: empty or missing yaml metadata in repo card (https://huggingface.co/docs/hub/model-cards#model-card-metadata)
checkpoint = "openai/clip-vit-large-patch14"

model = CLIPTextModel.from_pretrained(
    checkpoint, torch_dtype=torch.bfloat16
)
tokenizer = CLIPTokenizer.from_pretrained(
    checkpoint
)

model.push_to_hub("ariG23498/clip-vit-large-patch14-torch")
tokenizer.push_to_hub("ariG23498/clip-vit-large-patch14-torch")
Downloads last month
518
Safetensors
Model size
123M params
Tensor type
BF16
·
Inference API
Unable to determine this model's library. Check the docs .

Collection including ariG23498/clip-vit-large-patch14-torch