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

p1atdev
/
wd-swinv2-tagger-v3-hf

Image Classification
Transformers
ONNX
Safetensors
swinv2
wd-tagger
optimum
custom_code
Model card Files Files and versions
xet
Community

Instructions to use p1atdev/wd-swinv2-tagger-v3-hf with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use p1atdev/wd-swinv2-tagger-v3-hf with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("image-classification", model="p1atdev/wd-swinv2-tagger-v3-hf", trust_remote_code=True)
    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("p1atdev/wd-swinv2-tagger-v3-hf", trust_remote_code=True)
    model = AutoModelForImageClassification.from_pretrained("p1atdev/wd-swinv2-tagger-v3-hf", trust_remote_code=True)
  • Notebooks
  • Google Colab
  • Kaggle
wd-swinv2-tagger-v3-hf
302 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 26 commits
p1atdev's picture
p1atdev
Update README.md
b09fdef verified about 2 years ago
  • .gitattributes
    1.52 kB
    initial commit about 2 years ago
  • README.md
    3.21 kB
    Update README.md about 2 years ago
  • config.json
    669 kB
    Upload config.json about 2 years ago
  • image_processing_tagger.py
    18.3 kB
    fix: RGB to BGR about 2 years ago
  • model.safetensors
    196 MB
    xet
    Upload Swinv2ForImageClassification about 2 years ago
  • model_quantized.onnx
    105 MB
    xet
    Upload 2 files about 2 years ago
  • ort_config.json
    894 Bytes
    Upload 2 files about 2 years ago
  • preprocessor_config.json
    470 Bytes
    Upload 2 files about 2 years ago
  • sample.webp
    490 kB
    Upload sample.webp about 2 years ago