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

zhanxw
/
test

Image Classification
Transformers
PyTorch
swin
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Transformers

    How to use zhanxw/test with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("image-classification", model="zhanxw/test")
    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("zhanxw/test")
    model = AutoModelForImageClassification.from_pretrained("zhanxw/test")
  • Notebooks
  • Google Colab
  • Kaggle
test
114 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
zhanxw's picture
zhanxw
copy model files (swin-tiny-patch4-window7-224)
869dd8d about 4 years ago
  • .gitattributes
    1.17 kB
    initial commit about 4 years ago
  • README.md
    21 Bytes
    initial commit about 4 years ago
  • config.json
    71.8 kB
    copy model files (swin-tiny-patch4-window7-224) about 4 years ago
  • preprocessor_config.json
    255 Bytes
    copy model files (swin-tiny-patch4-window7-224) about 4 years ago
  • pytorch_model.bin
    113 MB
    LFS
    copy model files (swin-tiny-patch4-window7-224) about 4 years ago