Instructions to use 404-Gen/dinov3-vitl16-pretrain-lvd1689m with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use 404-Gen/dinov3-vitl16-pretrain-lvd1689m with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-feature-extraction", model="404-Gen/dinov3-vitl16-pretrain-lvd1689m")# Load model directly from transformers import AutoImageProcessor, AutoModel processor = AutoImageProcessor.from_pretrained("404-Gen/dinov3-vitl16-pretrain-lvd1689m") model = AutoModel.from_pretrained("404-Gen/dinov3-vitl16-pretrain-lvd1689m", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 135 Bytes
3c43d5f | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:dcb2e45127cccbf1601e5f42fef165eea275c8e5213197e8dcf3f48822718179
size 1212559808
|