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

SJChaudhuri
/
swin-tiny-patch4-window7-224-med-device-classification

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

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

  • Libraries
  • Transformers

    How to use SJChaudhuri/swin-tiny-patch4-window7-224-med-device-classification with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("image-classification", model="SJChaudhuri/swin-tiny-patch4-window7-224-med-device-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("SJChaudhuri/swin-tiny-patch4-window7-224-med-device-classification")
    model = AutoModelForImageClassification.from_pretrained("SJChaudhuri/swin-tiny-patch4-window7-224-med-device-classification")
  • Notebooks
  • Google Colab
  • Kaggle
swin-tiny-patch4-window7-224-med-device-classification
110 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 12 commits
SJChaudhuri's picture
SJChaudhuri
update model card README.md
5f40107 about 2 years ago
  • runs
    Model save about 2 years ago
  • .gitattributes
    1.52 kB
    initial commit about 2 years ago
  • .gitignore
    13 Bytes
    Training in progress, epoch 1 about 2 years ago
  • README.md
    3.34 kB
    update model card README.md about 2 years ago
  • config.json
    1.27 kB
    Training in progress, epoch 1 about 2 years ago
  • preprocessor_config.json
    337 Bytes
    Training in progress, epoch 1 about 2 years ago
  • pytorch_model.bin

    Detected Pickle imports (4)

    • "torch._utils._rebuild_tensor_v2",
    • "collections.OrderedDict",
    • "torch.LongStorage",
    • "torch.FloatStorage"

    What is a pickle import?

    110 MB
    xet
    Training in progress, epoch 28 about 2 years ago
  • training_args.bin
    4.47 kB
    xet
    Training in progress, epoch 1 about 2 years ago