Instructions to use timm/convnextv2_tiny.fcmae with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- timm
How to use timm/convnextv2_tiny.fcmae with timm:
import timm model = timm.create_model("hf_hub:timm/convnextv2_tiny.fcmae", pretrained=True) - Transformers
How to use timm/convnextv2_tiny.fcmae with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-feature-extraction", model="timm/convnextv2_tiny.fcmae")# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("timm/convnextv2_tiny.fcmae", dtype="auto") - Notebooks
- Google Colab
- Kaggle
- Xet hash:
- 6d0c533a5ff687968d6d9744e31b1b7b9db43a38939f09b3992a73c06e304009
- Size of remote file:
- 112 MB
- SHA256:
- d1be2e2063772045800b395295331f383801155773691d69983c324dfd6d8165
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.