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

  • Log In
  • Sign Up

sail
/
poolformer_s36

Image Classification
Transformers
PyTorch
poolformer
vision
Model card Files Files and versions
xet
Community
1

Instructions to use sail/poolformer_s36 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use sail/poolformer_s36 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("image-classification", model="sail/poolformer_s36")
    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("sail/poolformer_s36")
    model = AutoModelForImageClassification.from_pretrained("sail/poolformer_s36")
  • Notebooks
  • Google Colab
  • Kaggle
poolformer_s36
124 MB
Ctrl+K
Ctrl+K
  • 3 contributors
History: 6 commits
nielsr's picture
nielsr HF Staff
Add vision tag
1d740b2 about 4 years ago
  • .gitattributes
    1.18 kB
    initial commit over 4 years ago
  • README.md
    5.21 kB
    Add vision tag about 4 years ago
  • config.json
    69.9 kB
    Upload config.json over 4 years ago
  • preprocessor_config.json
    282 Bytes
    Upload preprocessor_config.json about 4 years ago
  • pytorch_model.bin
    124 MB
    xet
    Upload pytorch_model.bin with git-lfs over 4 years ago