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

ArwaAbdul
/
swinv2-tiny-patch4-window8-datasetinriching

Image Classification
Transformers
PyTorch
swinv2
Model card Files Files and versions
xet
Community
1

Instructions to use ArwaAbdul/swinv2-tiny-patch4-window8-datasetinriching with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use ArwaAbdul/swinv2-tiny-patch4-window8-datasetinriching with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("image-classification", model="ArwaAbdul/swinv2-tiny-patch4-window8-datasetinriching")
    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("ArwaAbdul/swinv2-tiny-patch4-window8-datasetinriching")
    model = AutoModelForImageClassification.from_pretrained("ArwaAbdul/swinv2-tiny-patch4-window8-datasetinriching")
  • Notebooks
  • Google Colab
  • Kaggle
swinv2-tiny-patch4-window8-datasetinriching
110 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
ArwaAbdul's picture
ArwaAbdul
Upload feature extractor
05aef0f over 2 years ago
  • .gitattributes
    1.52 kB
    initial commit over 2 years ago
  • config.json
    1.01 kB
    Upload Swinv2ForImageClassification over 2 years ago
  • preprocessor_config.json
    390 Bytes
    Upload feature extractor over 2 years ago
  • pytorch_model.bin

    Detected Pickle imports (3)

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

    What is a pickle import?

    110 MB
    xet
    Upload Swinv2ForImageClassification over 2 years ago