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

t1msan
/
swin-tiny-patch4-window7-224

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

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

  • Libraries
  • Transformers

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

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("image-classification", model="t1msan/swin-tiny-patch4-window7-224")
    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("t1msan/swin-tiny-patch4-window7-224")
    model = AutoModelForImageClassification.from_pretrained("t1msan/swin-tiny-patch4-window7-224")
  • Notebooks
  • Google Colab
  • Kaggle
swin-tiny-patch4-window7-224 / runs
535 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
t1msan's picture
t1msan
End of training
5b91158 verified about 2 years ago
  • Apr21_15-26-21_51d30877b6e2
    End of training about 2 years ago
  • Apr21_15-34-49_51d30877b6e2
    End of training about 2 years ago
  • Apr21_15-37-43_51d30877b6e2
    End of training about 2 years ago
  • Apr21_15-41-08_51d30877b6e2
    End of training about 2 years ago
  • Apr21_15-46-35_51d30877b6e2
    End of training about 2 years ago
  • Apr21_15-46-49_51d30877b6e2
    End of training about 2 years ago
  • Apr21_17-38-15_51d30877b6e2
    End of training about 2 years ago