Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing
    • Website
      • Tasks
      • HuggingChat
      • Collections
      • Languages
      • Organizations
    • Community
      • Blog
      • Posts
      • Daily Papers
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

facebook
/
dinov3-vit7b16-pretrain-lvd1689m

Image Feature Extraction
Transformers
Safetensors
English
dinov3_vit
dino
dinov3
Model card Files Files and versions
xet
Community
23

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
New discussion
Resources
  • PR & discussions documentation
  • Code of Conduct
  • Hub documentation

[2025-08-29] Transformers library support

pinned
#8 opened 9 months ago by
patricklabatut

DINOv3 models download FAQ

pinned
#7 opened 9 months ago by
patricklabatut

Can I retry the access request?

#23 opened 12 days ago by
kimz1121

Access Request Resubmit - Approved on Meta Official but Rejected on HF (Same Email)

#22 opened 18 days ago by
JHU-LLM-Team

What do I need to do to get access to the repository?

#21 opened 28 days ago by
donateller1

Request for Consent

#20 opened about 2 months ago by
cc8418

Request Approval

1
#19 opened about 2 months ago by
GerneralSpanky

Rejected

#18 opened 2 months ago by
pezewe

Provide Access to Dinov3 Vit-b

#17 opened 3 months ago by
anirudhupenn

Meta’s "Open-Source" DINO v3: Systematic Discrimination Against Chinese Users

👍 5
1
#15 opened 6 months ago by
xizeng

reject

2
#14 opened 7 months ago by
limaorong

Batch inference

1
#11 opened 9 months ago by
eeyrw

What is the resolution of input image?

1
#10 opened 9 months ago by
coincheung

Is it possible to release the weight of ibot head and dino head of ViT-7B ?

👀 4
#4 opened 9 months ago by
strangerTHU

Continued Pretraining?

#1 opened 9 months ago by
JAALBERTS
Company
TOS Privacy About Careers
Website
Models Datasets Spaces Pricing Docs