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
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

leoflx
/
pvera_dinov2_b_caltech101

Image Classification
PEFT
Safetensors
Transformers
Model card Files Files and versions
xet
Community
1

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

  • Libraries
  • PEFT

    How to use leoflx/pvera_dinov2_b_caltech101 with PEFT:

    Task type is invalid.
  • Transformers

    How to use leoflx/pvera_dinov2_b_caltech101 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("image-classification", model="leoflx/pvera_dinov2_b_caltech101")
    pipe("https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/hub/parrots.png")
    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("leoflx/pvera_dinov2_b_caltech101", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
pvera_dinov2_b_caltech101
3.12 MB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 4 commits
leoflx's picture
leoflx
Update README.md
2c4f01c verified 3 months ago
  • .gitattributes
    1.52 kB
    initial commit 3 months ago
  • README.md
    3.41 kB
    Update README.md 3 months ago
  • adapter_config.json
    727 Bytes
    Upload 3 files 3 months ago
  • adapter_model.safetensors
    3.12 MB
    xet
    Upload 3 files 3 months ago