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

3145tttt
/
diffusion-classification_base_resnet_50

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

Instructions to use 3145tttt/diffusion-classification_base_resnet_50 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use 3145tttt/diffusion-classification_base_resnet_50 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("image-classification", model="3145tttt/diffusion-classification_base_resnet_50")
    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("3145tttt/diffusion-classification_base_resnet_50")
    model = AutoModelForImageClassification.from_pretrained("3145tttt/diffusion-classification_base_resnet_50")
  • Notebooks
  • Google Colab
  • Kaggle
diffusion-classification_base_resnet_50
94.5 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
3145tttt's picture
3145tttt
Upload trained model weights
0c27abe verified 6 months ago
  • .gitattributes
    1.52 kB
    initial commit 6 months ago
  • README.md
    5.17 kB
    Upload trained model weights 6 months ago
  • config.json
    1.74 kB
    Upload trained model weights 6 months ago
  • model.safetensors
    94.5 MB
    xet
    Upload trained model weights 6 months ago