Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

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

Image Classification
Transformers
TensorBoard
Safetensors
swinv2
Model card Files Files and versions
xet
Metrics Training metrics Community

Instructions to use Augusto777/swinv2-tiny-patch4-window8-256-ve-RXX40 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-RXX40 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-RXX40")
    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-RXX40")
    model = AutoModelForImageClassification.from_pretrained("Augusto777/swinv2-tiny-patch4-window8-256-ve-RXX40")
  • Notebooks
  • Google Colab
  • Kaggle
swinv2-tiny-patch4-window8-256-ve-RXX40 / runs
17.7 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 11 commits
Augusto777's picture
Augusto777
Training in progress, epoch 20
4cbe3c9 verified almost 2 years ago
  • Jul06_09-11-38_DESKTOP-SKBE9FB
    Training in progress, epoch 20 almost 2 years ago