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
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

CharlesCGCTG
/
model_resnet-50

Image Classification
Transformers
Safetensors
resnet
Generated from Trainer
Eval Results (legacy)
Model card Files Files and versions
xet
Community

Instructions to use CharlesCGCTG/model_resnet-50 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use CharlesCGCTG/model_resnet-50 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("image-classification", model="CharlesCGCTG/model_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("CharlesCGCTG/model_resnet-50")
    model = AutoModelForImageClassification.from_pretrained("CharlesCGCTG/model_resnet-50", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
model_resnet-50
94.3 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
CharlesCGCTG's picture
CharlesCGCTG
CGCTG/orientation_resnet-50
a032db5 verified over 1 year ago
  • .gitattributes
    1.52 kB
    initial commit over 1 year ago
  • README.md
    2 kB
    CGCTG/orientation_resnet-50 over 1 year ago
  • config.json
    909 Bytes
    CGCTG/orientation_resnet-50 over 1 year ago
  • model.safetensors
    94.3 MB
    xet
    CGCTG/orientation_resnet-50 over 1 year ago
  • preprocessor_config.json
    374 Bytes
    CGCTG/orientation_resnet-50 over 1 year ago
  • training_args.bin
    5.37 kB
    xet
    CGCTG/orientation_resnet-50 over 1 year ago