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

whyen-wang
/
resnet_model

Transformers
Safetensors
resnet
Model card Files Files and versions
xet
Community

Instructions to use whyen-wang/resnet_model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use whyen-wang/resnet_model with Transformers:

    # Load model directly
    from transformers import AutoImageProcessor, ResnetModelForImageClassification
    
    processor = AutoImageProcessor.from_pretrained("whyen-wang/resnet_model")
    model = ResnetModelForImageClassification.from_pretrained("whyen-wang/resnet_model")
  • Notebooks
  • Google Colab
  • Kaggle
resnet_model
103 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
whyen-wang's picture
whyen-wang
update model
59be662 almost 2 years ago
  • .gitattributes
    1.52 kB
    initial commit almost 2 years ago
  • .gitignore
    13 Bytes
    update model almost 2 years ago
  • README.md
    31 Bytes
    initial commit almost 2 years ago
  • __init__.py
    0 Bytes
    update model almost 2 years ago
  • config.json
    406 Bytes
    Upload model almost 2 years ago
  • configuration_resnet.py
    1.16 kB
    update model almost 2 years ago
  • model.safetensors
    103 MB
    xet
    Upload model almost 2 years ago
  • modeling_resnet.py
    1.76 kB
    update model almost 2 years ago