Instructions to use timm/convnext_tiny.fb_in22k with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- timm
How to use timm/convnext_tiny.fb_in22k with timm:
import timm model = timm.create_model("hf_hub:timm/convnext_tiny.fb_in22k", pretrained=True) - Transformers
How to use timm/convnext_tiny.fb_in22k with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="timm/convnext_tiny.fb_in22k") pipe("https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/hub/parrots.png")# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("timm/convnext_tiny.fb_in22k", dtype="auto") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
a0412c0 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:fc2911bb741382f4e32750c9146a0ca423d918d14043e5cbce6eedb5ad046067
size 178527829
|