Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing
    • Website
      • Tasks
      • HuggingChat
      • Collections
      • Languages
      • Organizations
    • Community
      • Blog
      • Posts
      • Daily Papers
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

djbp
/
swin-tiny-patch4-window7-224-category-classification

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

Instructions to use djbp/swin-tiny-patch4-window7-224-category-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-category-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-category-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-category-classification")
    model = AutoModelForImageClassification.from_pretrained("djbp/swin-tiny-patch4-window7-224-category-classification")
  • Notebooks
  • Google Colab
  • Kaggle
swin-tiny-patch4-window7-224-category-classification / runs
Ctrl+K
Ctrl+K
  • 1 contributor
History: 33 commits
djbp's picture
djbp
Training in progress, epoch 1
5ed893b verified almost 2 years ago
  • Jul01_10-17-41_79e23ecbe329
    Training in progress, epoch 0 almost 2 years ago
  • Jul02_07-06-29_1d873e44143c
    Training in progress, epoch 1 almost 2 years ago
  • Jun26_11-49-09_f88a941ba23f
    Training in progress, epoch 0 almost 2 years ago
  • Jun26_11-59-50_c34ae8869574
    Training in progress, epoch 0 almost 2 years ago
  • Jun26_12-36-22_c34ae8869574
    Training in progress, epoch 8 almost 2 years ago
  • Jun27_07-26-45_c34ae8869574
    Training in progress, epoch 0 almost 2 years ago
  • Jun27_07-36-11_c34ae8869574
    Training in progress, epoch 0 almost 2 years ago
  • Jun27_08-42-01_c3df91dfd599
    Training in progress, epoch 0 almost 2 years ago
  • Jun27_08-47-10_c3df91dfd599
    Training in progress, epoch 9 almost 2 years ago
  • Jun27_10-04-20_79e23ecbe329
    Training in progress, epoch 0 almost 2 years ago