Instructions to use microsoft/focalnet-small-lrf with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use microsoft/focalnet-small-lrf with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="microsoft/focalnet-small-lrf") 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-lrf") model = AutoModelForImageClassification.from_pretrained("microsoft/focalnet-small-lrf") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
1af8b29 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:31cfa22aaa28522461b279cd3714cf7c304646f70e81afc51451ba97cb1f5a4e
size 201515453
|