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 /validation
3.72 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 15 commits
SaladSlayer00's picture
SaladSlayer00
Training in progress epoch 11
5c6e2e3 over 2 years ago
  • events.out.tfevents.1703698507.fv-az1118-740.1877.1.v2
    302 Bytes
    xet
    Training in progress epoch 0 over 2 years ago
  • events.out.tfevents.1703700371.fv-az984-80.1949.1.v2
    302 Bytes
    xet
    Training in progress epoch 0 over 2 years ago
  • events.out.tfevents.1703702245.fv-az566-498.1885.1.v2
    302 Bytes
    xet
    Training in progress epoch 0 over 2 years ago
  • events.out.tfevents.1703705636.fv-az1498-860.1832.1.v2
    2.81 kB
    xet
    Training in progress epoch 11 over 2 years ago