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