Instructions to use facebook/dinov3-vit7b16-pretrain-lvd1689m with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use facebook/dinov3-vit7b16-pretrain-lvd1689m with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-feature-extraction", model="facebook/dinov3-vit7b16-pretrain-lvd1689m")# Load model directly from transformers import AutoImageProcessor, AutoModel processor = AutoImageProcessor.from_pretrained("facebook/dinov3-vit7b16-pretrain-lvd1689m") model = AutoModel.from_pretrained("facebook/dinov3-vit7b16-pretrain-lvd1689m") - Notebooks
- Google Colab
- Kaggle
Access Request Resubmit - Approved on Meta Official but Rejected on HF (Same Email)
#22
by JHU-LLM-Team - opened
Hi Meta team,
I just received approval for DINOv3 from the official Meta website today (see attached screenshot).
However, on Hugging Face my access request is still showing as rejected.
I'm using the exact same email on both platforms. Could you please help grant me access to the HF repository?
Thank you very much!
HF username: JHU-LLM-Team
Purpose: Research / Learning / Feature extraction