CoolFace
Modelpublic

chuhac/BiomedCLIP-vit-bert-hf

sourceHugging Facemitupdated 2y agoView on Hugging Face
8likes14kdownloads
Model Card

Huggingface-friendly BiomedCLIP

  1. 1.pure torch and huggingface-based implementation of the original microsoft/BiomedCLIP-PubMedBERT256-vitbasepatch16224
  2. 2.rename the checkpoint state key names.

Usage

python
from transformers import AutoModel, AutoProcessor

model = AutoModel.from_pretrained("chuhac/BiomedCLIP-vit-bert-hf", trust_remote_code=True)
processor = AutoProcessor.from_pretrained("chuhac/BiomedCLIP-vit-bert-hf", trust_remote_code=True)