YAML Metadata Warning: empty or missing yaml metadata in repo card (https://huggingface.co/docs/hub/model-cards#model-card-metadata)

PMC Helper Model Checkpoints

These checkpoints contain helper models used in creating the PMC-2M dataset.

Download Weights

Make sure to run this script before using the pipeline.

from huggingface_hub import snapshot_download

weights_dir = snapshot_download(
    repo_id="vector-institute/pmc-helper-models",
    local_dir="openpmcvl/granular/checkpoints",
    allow_patterns=["*.pt", "*.pth"]
)

The weights will be downloaded to the specified local_dir. Your existing code can then load them from this location. Change the local_dir to the path of the directory leading to openpmcvl/granular/checkpoints in your project.

Citation

TBD

The original weights come from PMC-CLIP paper. Please cite them if using the weights.

@misc{lin2023pmcclipcontrastivelanguageimagepretraining,
      title={PMC-CLIP: Contrastive Language-Image Pre-training using Biomedical Documents}, 
      author={Weixiong Lin and Ziheng Zhao and Xiaoman Zhang and Chaoyi Wu and Ya Zhang and Yanfeng Wang and Weidi Xie},
      year={2023},
      eprint={2303.07240},
      archivePrefix={arXiv},
      primaryClass={cs.CV},
      url={https://arxiv.org/abs/2303.07240}, 
}
Downloads last month

-

Downloads are not tracked for this model. How to track
Inference Providers NEW
This model is not currently available via any of the supported Inference Providers.
The model cannot be deployed to the HF Inference API: The model has no library tag.