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
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

Emiel
/
cub-200-bird-classifier-swin

Image Classification
Transformers
Safetensors
swin
vision
vt
Eval Results (legacy)
Model card Files Files and versions
xet
Community

Instructions to use Emiel/cub-200-bird-classifier-swin with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use Emiel/cub-200-bird-classifier-swin with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("image-classification", model="Emiel/cub-200-bird-classifier-swin")
    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("Emiel/cub-200-bird-classifier-swin")
    model = AutoModelForImageClassification.from_pretrained("Emiel/cub-200-bird-classifier-swin", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
cub-200-bird-classifier-swin
786 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 47 commits
Emiel's picture
Emiel
Update README.md
b9ff7f5 verified over 1 year ago
  • .gitattributes
    1.52 kB
    initial commit over 1 year ago
  • README.md
    3.89 kB
    Update README.md over 1 year ago
  • config.json
    6.95 kB
    Update config.json over 1 year ago
  • example_inputs.json
    145 Bytes
    Create example_inputs.json over 1 year ago
  • model.safetensors
    786 MB
    xet
    Upload SwinForImageClassification over 1 year ago
  • preprocessor_config.json
    386 Bytes
    Upload processor over 1 year ago