Instructions to use facebook/vit-msn-small with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use facebook/vit-msn-small with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-feature-extraction", model="facebook/vit-msn-small")# Load model directly from transformers import AutoImageProcessor, AutoModel processor = AutoImageProcessor.from_pretrained("facebook/vit-msn-small") model = AutoModel.from_pretrained("facebook/vit-msn-small") - Notebooks
- Google Colab
- Kaggle
File size: 133 Bytes
e9e32bd | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:0e1e493425afae431d2e735eb7f7e5e2122332d3bba32beb1612daad713cb1cf
size 86724661
|