Instructions to use timm/convnext_tiny.dinov3_lvd1689m with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- timm
How to use timm/convnext_tiny.dinov3_lvd1689m with timm:
import timm model = timm.create_model("hf_hub:timm/convnext_tiny.dinov3_lvd1689m", pretrained=True) - Transformers
How to use timm/convnext_tiny.dinov3_lvd1689m with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-feature-extraction", model="timm/convnext_tiny.dinov3_lvd1689m")# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("timm/convnext_tiny.dinov3_lvd1689m", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
7acfec1 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:1a1459312019fa97c3508b56d7985f2a7e53e85bbf7b3ca027b2e44709bb4837
size 111348314
|