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

  • Log In
  • Sign Up

djbp
/
swin-tiny-patch4-window7-224-MM_Classification

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-tiny-patch4-window7-224-MM_Classification with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use djbp/swin-tiny-patch4-window7-224-MM_Classification with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("image-classification", model="djbp/swin-tiny-patch4-window7-224-MM_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("djbp/swin-tiny-patch4-window7-224-MM_Classification")
    model = AutoModelForImageClassification.from_pretrained("djbp/swin-tiny-patch4-window7-224-MM_Classification")
  • Notebooks
  • Google Colab
  • Kaggle
swin-tiny-patch4-window7-224-MM_Classification / runs
63.4 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 56 commits
djbp's picture
djbp
End of training
426f541 verified almost 2 years ago
  • Jul26_11-55-14_af121dba55bc
    Training in progress, epoch 0 almost 2 years ago
  • Jul26_19-50-10_afb0ca512c92
    Training in progress, epoch 1 almost 2 years ago
  • Jul26_19-51-36_affba4c7048c
    Training in progress, epoch 9 almost 2 years ago
  • Jul27_07-03-23_e0b0092c2f1e
    Training in progress, epoch 1 almost 2 years ago
  • Jul27_18-38-59_14dd8a901eca
    End of training almost 2 years ago