Instructions to use facebook/PE-Spatial-G14-448 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PerceptionEncoder
How to use facebook/PE-Spatial-G14-448 with PerceptionEncoder:
# Use any PE model as a vision encoder import core.vision_encoder.pe as pe model = pe.VisionTransformer.from_config("facebook/PE-Spatial-G14-448", pretrained=True) - Notebooks
- Google Colab
- Kaggle
Add pipeline tag
#1
by nielsr HF Staff - opened
This PR adds the pipeline_tag: image-feature-extraction to the model card metadata. This will allow researchers to easily discover this model when searching for models suitable for image feature extraction tasks.