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

  • Log In
  • Sign Up

pytholic
/
vit_classification_huggingface

Image Classification
Transformers
PyTorch
TensorBoard
vit
huggingpics
Eval Results (legacy)
Model card Files Files and versions
xet
Metrics Training metrics Community
1

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

  • Libraries
  • Transformers

    How to use pytholic/vit_classification_huggingface with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("image-classification", model="pytholic/vit_classification_huggingface")
    pipe("https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/hub/parrots.png")
    # Load model directly
    from transformers import AutoImageProcessor, AutoModelForImageClassification
    
    processor = AutoImageProcessor.from_pretrained("pytholic/vit_classification_huggingface")
    model = AutoModelForImageClassification.from_pretrained("pytholic/vit_classification_huggingface")
  • Notebooks
  • Google Colab
  • Kaggle
vit_classification_huggingface / data
146 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 1 commit
pytholic's picture
pytholic
commit files to HF hub
63a3cce over 3 years ago
  • cane.jpeg
    9.45 kB
    xet
    commit files to HF hub over 3 years ago
  • cavallo.jpeg
    15.6 kB
    xet
    commit files to HF hub over 3 years ago
  • elefante.jpeg
    14.9 kB
    xet
    commit files to HF hub over 3 years ago
  • farfalla.jpeg
    14.9 kB
    xet
    commit files to HF hub over 3 years ago
  • gallina.jpeg
    27 kB
    xet
    commit files to HF hub over 3 years ago
  • gatto.jpeg
    10.7 kB
    xet
    commit files to HF hub over 3 years ago
  • mucca.jpeg
    9.8 kB
    xet
    commit files to HF hub over 3 years ago
  • pecora.jpeg
    18.6 kB
    xet
    commit files to HF hub over 3 years ago
  • ragno.jpeg
    16.3 kB
    xet
    commit files to HF hub over 3 years ago
  • scoiattolo.jpeg
    9.25 kB
    xet
    commit files to HF hub over 3 years ago