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

  • Log In
  • Sign Up

djbp
/
swin-base-patch4-window7-224-MM_Classification_base

Image Classification
Transformers
TensorBoard
Safetensors
swin
Generated from Trainer
Eval Results (legacy)
Model card Files Files and versions
xet
Metrics Training metrics Community

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

  • Libraries
  • Transformers

    How to use djbp/swin-base-patch4-window7-224-MM_Classification_base with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("image-classification", model="djbp/swin-base-patch4-window7-224-MM_Classification_base")
    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("djbp/swin-base-patch4-window7-224-MM_Classification_base")
    model = AutoModelForImageClassification.from_pretrained("djbp/swin-base-patch4-window7-224-MM_Classification_base")
  • Notebooks
  • Google Colab
  • Kaggle
swin-base-patch4-window7-224-MM_Classification_base / runs
29.5 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 13 commits
djbp's picture
djbp
End of training
a33b96f verified almost 2 years ago
  • Jul28_13-56-29_cc86077eaeac
    Training in progress, epoch 1 almost 2 years ago
  • Jul29_05-32-15_57c74b225367
    End of training almost 2 years ago