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

  • Log In
  • Sign Up

karoladelk
/
swin-tiny-patch4-window7-224-classification

Image Classification
Transformers
TensorBoard
Safetensors
swin
Generated from Trainer
Model card Files Files and versions
xet
Metrics Training metrics Community

Instructions to use karoladelk/swin-tiny-patch4-window7-224-classification with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use karoladelk/swin-tiny-patch4-window7-224-classification with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("image-classification", model="karoladelk/swin-tiny-patch4-window7-224-classification")
    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("karoladelk/swin-tiny-patch4-window7-224-classification")
    model = AutoModelForImageClassification.from_pretrained("karoladelk/swin-tiny-patch4-window7-224-classification")
  • Notebooks
  • Google Colab
  • Kaggle
swin-tiny-patch4-window7-224-classification / runs
Ctrl+K
Ctrl+K
  • 1 contributor
History: 38 commits
karoladelk's picture
karoladelk
End of training
8aeb7d8 verified about 2 years ago
  • May10_13-56-27_5ef4b5b162fa
    End of training about 2 years ago
  • May10_16-51-32_5ef4b5b162fa
    End of training about 2 years ago