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
- Xet hash:
- 6d52ed500f0eb1aef298642230fbbe120b592d6e83b00e3c62680e193749c91c
- Size of remote file:
- 202 MB
- SHA256:
- 31cfa22aaa28522461b279cd3714cf7c304646f70e81afc51451ba97cb1f5a4e
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.