Instructions to use internetoftim/dinov2-base with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use internetoftim/dinov2-base with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-feature-extraction", model="internetoftim/dinov2-base")# Load model directly from transformers import AutoImageProcessor, AutoModel processor = AutoImageProcessor.from_pretrained("internetoftim/dinov2-base") model = AutoModel.from_pretrained("internetoftim/dinov2-base") - Notebooks
- Google Colab
- Kaggle
Commit ·
a8702f6
1
Parent(s): f72c7d7
Upload image_classification-dinov2-base.ipynb
Browse files
image_classification-dinov2-base.ipynb
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|