Instructions to use microsoft/focalnet-small with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use microsoft/focalnet-small with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="microsoft/focalnet-small") pipe("https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/hub/parrots.png")# Load model directly from transformers import AutoImageProcessor, AutoModelForImageClassification processor = AutoImageProcessor.from_pretrained("microsoft/focalnet-small") model = AutoModelForImageClassification.from_pretrained("microsoft/focalnet-small") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
4175ae4 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:8a82da5b98e5c57d4dc42be91e3a78300cc743cb13ef57307931e3add43e95f1
size 199701981
|