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

  • Log In
  • Sign Up

SaladSlayer00
/
new_model

Image Classification
Transformers
google-tensorflow TensorFlow
TensorBoard
resnet
generated_from_keras_callback
Model card Files Files and versions
xet
Metrics Training metrics Community

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

  • Libraries
  • Transformers

    How to use SaladSlayer00/new_model with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("image-classification", model="SaladSlayer00/new_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("SaladSlayer00/new_model")
    model = AutoModelForImageClassification.from_pretrained("SaladSlayer00/new_model")
  • Notebooks
  • Google Colab
  • Kaggle
new_model / logs
5.61 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 15 commits
SaladSlayer00's picture
SaladSlayer00
Training in progress epoch 11
5c6e2e3 over 2 years ago
  • train
    Training in progress epoch 11 over 2 years ago
  • validation
    Training in progress epoch 11 over 2 years ago