Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

cppgohan
/
my_model

Image Classification
Transformers
TensorBoard
Safetensors
resnet
Model card Files Files and versions
xet
Metrics Training metrics Community

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

  • Libraries
  • Transformers

    How to use cppgohan/my_model with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("image-classification", model="cppgohan/my_model")
    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("cppgohan/my_model")
    model = AutoModelForImageClassification.from_pretrained("cppgohan/my_model")
  • Notebooks
  • Google Colab
  • Kaggle
my_model / runs
125 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 41 commits
cppgohan's picture
cppgohan
Training in progress, epoch 0
4f22896 verified about 2 years ago
  • Apr01_02-36-01_f1d930fd8c36
    Training in progress, epoch 0 about 2 years ago
  • Apr01_03-16-03_42a665f11450
    Training in progress, epoch 0 about 2 years ago
  • Apr01_03-33-40_42a665f11450
    Training in progress, epoch 2 about 2 years ago
  • Apr01_03-35-43_42a665f11450
    Training in progress, epoch 28 about 2 years ago
  • Apr01_03-55-08_fb311870e474
    Training in progress, epoch 0 about 2 years ago
  • Mar31_16-11-58_5a708702c34f
    Training in progress, epoch 0 about 2 years ago
  • Mar31_16-24-33_5a708702c34f
    Training in progress, epoch 0 about 2 years ago
  • Mar31_17-14-03_5a708702c34f
    Training in progress, epoch 0 about 2 years ago
  • Mar31_19-08-24_fe2d64e06e75
    Training in progress, epoch 1 about 2 years ago
  • Mar31_19-15-23_fe2d64e06e75
    Training in progress, epoch 1 about 2 years ago
  • Mar31_19-18-04_fe2d64e06e75
    Training in progress, epoch 0 about 2 years ago
  • Mar31_19-18-32_fe2d64e06e75
    Training in progress, epoch 0 about 2 years ago
  • Mar31_19-28-08_fe2d64e06e75
    Training in progress, epoch 2 about 2 years ago