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
update config.json to include ImageNet-1k labels
#2
by carted-ml - opened
- config.json +0 -0
config.json
CHANGED
|
The diff for this file is too large to render.
See raw diff
|
|
|