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 pipeline tag and project URL
#1
by nielsr HF Staff - opened
This PR adds the pipeline_tag: image-feature-extraction to the model card metadata, making the model discoverable through the Hugging Face model search. It also adds a link to the project page.
berniebear changed pull request status to merged