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

Augusto777
/
swinv2-tiny-patch4-window8-256-ve-Ub

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 Augusto777/swinv2-tiny-patch4-window8-256-ve-Ub with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use Augusto777/swinv2-tiny-patch4-window8-256-ve-Ub with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("image-classification", model="Augusto777/swinv2-tiny-patch4-window8-256-ve-Ub")
    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("Augusto777/swinv2-tiny-patch4-window8-256-ve-Ub")
    model = AutoModelForImageClassification.from_pretrained("Augusto777/swinv2-tiny-patch4-window8-256-ve-Ub")
  • Notebooks
  • Google Colab
  • Kaggle
swinv2-tiny-patch4-window8-256-ve-Ub / runs
Ctrl+K
Ctrl+K
  • 1 contributor
History: 44 commits
Augusto777's picture
Augusto777
Training in progress, epoch 1
52eebf7 verified almost 2 years ago
  • Jun17_10-26-10_DESKTOP-SKBE9FB
    Training in progress, epoch 0 almost 2 years ago
  • Jun17_10-29-04_DESKTOP-SKBE9FB
    Training in progress, epoch 0 almost 2 years ago
  • Jun17_10-30-29_DESKTOP-SKBE9FB
    Training in progress, epoch 0 almost 2 years ago
  • Jun17_10-34-11_DESKTOP-SKBE9FB
    Training in progress, epoch 0 almost 2 years ago
  • Jun17_10-49-38_DESKTOP-SKBE9FB
    Training in progress, epoch 0 almost 2 years ago
  • Jun17_10-52-28_DESKTOP-SKBE9FB
    End of training almost 2 years ago
  • Jun17_10-55-17_DESKTOP-SKBE9FB
    Training in progress, epoch 0 almost 2 years ago
  • Jun17_10-57-21_DESKTOP-SKBE9FB
    Training in progress, epoch 0 almost 2 years ago
  • Jun17_11-06-29_DESKTOP-SKBE9FB
    Training in progress, epoch 0 almost 2 years ago
  • Jun17_11-12-56_DESKTOP-SKBE9FB
    Training in progress, epoch 0 almost 2 years ago
  • Jun17_11-14-03_DESKTOP-SKBE9FB
    Training in progress, epoch 0 almost 2 years ago
  • Jun17_11-16-44_DESKTOP-SKBE9FB
    Training in progress, epoch 0 almost 2 years ago
  • Jun17_11-17-31_DESKTOP-SKBE9FB
    Training in progress, epoch 0 almost 2 years ago
  • Jun17_11-18-35_DESKTOP-SKBE9FB
    Training in progress, epoch 1 almost 2 years ago