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

zhangsibo1129
/
test

Image Classification
Transformers
Safetensors
resnet
custom_code
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Transformers

    How to use zhangsibo1129/test with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("image-classification", model="zhangsibo1129/test", 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("zhangsibo1129/test", trust_remote_code=True)
    model = AutoModelForImageClassification.from_pretrained("zhangsibo1129/test", trust_remote_code=True)
  • Notebooks
  • Google Colab
  • Kaggle
test
103 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
zhangsibo1129's picture
zhangsibo1129
Upload model
8712f4a verified about 2 years ago
  • .gitattributes
    1.52 kB
    initial commit over 2 years ago
  • README.md
    28 Bytes
    initial commit over 2 years ago
  • config.json
    551 Bytes
    Upload model about 2 years ago
  • configuration_resnet.py
    1.16 kB
    Upload model about 2 years ago
  • model.safetensors
    103 MB
    xet
    Upload model about 2 years ago
  • modeling_resnet.py
    1.74 kB
    Upload model about 2 years ago