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

demonwizard0
/
dinov3

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

Instructions to use demonwizard0/dinov3 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use demonwizard0/dinov3 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("image-feature-extraction", model="demonwizard0/dinov3")
    # Load model directly
    from transformers import AutoImageProcessor, AutoModel
    
    processor = AutoImageProcessor.from_pretrained("demonwizard0/dinov3")
    model = AutoModel.from_pretrained("demonwizard0/dinov3")
  • Notebooks
  • Google Colab
  • Kaggle
dinov3
1.21 GB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 1 commit
demonwizard0's picture
demonwizard0
michealthegandalf11's picture
michealthegandalf11
Duplicate from michealthegandalf11/dinov3-vitl16-pretrain-lvd1689m
cc6b85f 3 months ago
  • .gitattributes
    1.52 kB
    Duplicate from michealthegandalf11/dinov3-vitl16-pretrain-lvd1689m 3 months ago
  • LICENSE.md
    7.5 kB
    Duplicate from michealthegandalf11/dinov3-vitl16-pretrain-lvd1689m 3 months ago
  • README.md
    14.5 kB
    Duplicate from michealthegandalf11/dinov3-vitl16-pretrain-lvd1689m 3 months ago
  • config.json
    745 Bytes
    Duplicate from michealthegandalf11/dinov3-vitl16-pretrain-lvd1689m 3 months ago
  • model.safetensors
    1.21 GB
    xet
    Duplicate from michealthegandalf11/dinov3-vitl16-pretrain-lvd1689m 3 months ago
  • preprocessor_config.json
    585 Bytes
    Duplicate from michealthegandalf11/dinov3-vitl16-pretrain-lvd1689m 3 months ago