Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

MHRDYN7
/
dinov2-small

Image Feature Extraction
Transformers
Safetensors
dinov2
Model card Files Files and versions
xet
Community

Instructions to use MHRDYN7/dinov2-small with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use MHRDYN7/dinov2-small with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("image-feature-extraction", model="MHRDYN7/dinov2-small")
    # Load model directly
    from transformers import AutoImageProcessor, AutoModel
    
    processor = AutoImageProcessor.from_pretrained("MHRDYN7/dinov2-small")
    model = AutoModel.from_pretrained("MHRDYN7/dinov2-small")
  • Notebooks
  • Google Colab
  • Kaggle
dinov2-small
88.3 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
MHRDYN7's picture
MHRDYN7
Upload processor
c5bbc10 verified almost 2 years ago
  • .gitattributes
    1.52 kB
    initial commit almost 2 years ago
  • README.md
    5.17 kB
    Upload model almost 2 years ago
  • config.json
    974 Bytes
    Upload model almost 2 years ago
  • model.safetensors
    88.2 MB
    xet
    Upload model almost 2 years ago
  • preprocessor_config.json
    436 Bytes
    Upload processor almost 2 years ago