Instructions to use facebook/PE-Core-B16-224 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PerceptionEncoder
How to use facebook/PE-Core-B16-224 with PerceptionEncoder:
# Use PE-Core models as CLIP models import core.vision_encoder.pe as pe model = pe.CLIP.from_config("facebook/PE-Core-B16-224", pretrained=True)# Use any PE model as a vision encoder import core.vision_encoder.pe as pe model = pe.VisionTransformer.from_config("facebook/PE-Core-B16-224", pretrained=True) - Notebooks
- Google Colab
- Kaggle
Add link to paper, project page, and other checkpoints
#4
by nielsr HF Staff - opened
This PR adds a link to the paper on the Hugging Face Hub and the project page for easier discoverability. It also adds direct links to the other checkpoints.