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

  • Log In
  • Sign Up

popkek00
/
ViT_classifier

Image Classification
Transformers
Safetensors
vit
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Transformers

    How to use popkek00/ViT_classifier with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("image-classification", model="popkek00/ViT_classifier")
    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("popkek00/ViT_classifier")
    model = AutoModelForImageClassification.from_pretrained("popkek00/ViT_classifier")
  • Notebooks
  • Google Colab
  • Kaggle
ViT_classifier
11 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 4 commits
popkek00's picture
popkek00
Upload ViTForImageClassification
e010789 verified 15 days ago
  • .gitattributes
    1.52 kB
    initial commit 16 days ago
  • README.md
    5.17 kB
    Upload processor 15 days ago
  • config.json
    733 Bytes
    Upload ViTForImageClassification 15 days ago
  • model.safetensors
    10.9 MB
    xet
    Upload ViTForImageClassification 15 days ago
  • preprocessor_config.json
    633 Bytes
    Upload processor 15 days ago