Instructions to use facebook/levit-128S with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use facebook/levit-128S with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="facebook/levit-128S") 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("facebook/levit-128S") model = AutoModelForImageClassification.from_pretrained("facebook/levit-128S") - Inference
- Notebooks
- Google Colab
- Kaggle
File size: 133 Bytes
fd96c88 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:0e2d4e377c1b6e0df2f2e7132e240a71aadc761a61360c8060019829af83d33a
size 32143777
|