CLIP-ViT-B/16 on the eight image classification tasks (LoRA)
Collection
base_model = CLIPVisionModel.from_pretrained('openai/clip-vit-base-patch16')
model = PeftModel.from_pretrained(base_model, peft_model_id)
•
8 items
•
Updated