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

vintage-lavender619
/
swinv2-tiny-patch4-window8-256-finalterm

Image Classification
Transformers
TensorBoard
Safetensors
swinv2
Generated from Trainer
Eval Results (legacy)
Model card Files Files and versions
xet
Metrics Training metrics Community

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

  • Libraries
  • Transformers

    How to use vintage-lavender619/swinv2-tiny-patch4-window8-256-finalterm with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("image-classification", model="vintage-lavender619/swinv2-tiny-patch4-window8-256-finalterm")
    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("vintage-lavender619/swinv2-tiny-patch4-window8-256-finalterm")
    model = AutoModelForImageClassification.from_pretrained("vintage-lavender619/swinv2-tiny-patch4-window8-256-finalterm")
  • Notebooks
  • Google Colab
  • Kaggle
swinv2-tiny-patch4-window8-256-finalterm / runs
93.2 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 109 commits
vintage-lavender619's picture
vintage-lavender619
Training in progress, epoch 20
fccc0f7 verified almost 2 years ago
  • Jun10_09-24-31_4c61f7eac1f1
    Training in progress, epoch 9 almost 2 years ago
  • Jun10_09-28-54_4c61f7eac1f1
    Training in progress, epoch 1 almost 2 years ago
  • Jun10_09-37-38_4c61f7eac1f1
    Training in progress, epoch 1 almost 2 years ago
  • Jun10_09-46-24_4c61f7eac1f1
    Training in progress, epoch 1 almost 2 years ago
  • Jun10_09-55-09_4c61f7eac1f1
    Training in progress, epoch 1 almost 2 years ago
  • Jun10_10-03-54_4c61f7eac1f1
    Training in progress, epoch 20 almost 2 years ago