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

  • Log In
  • Sign Up

averrous
/
workout_model_resnet

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

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

  • Libraries
  • Transformers

    How to use averrous/workout_model_resnet with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("image-classification", model="averrous/workout_model_resnet")
    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("averrous/workout_model_resnet")
    model = AutoModelForImageClassification.from_pretrained("averrous/workout_model_resnet")
  • Notebooks
  • Google Colab
  • Kaggle
workout_model_resnet
94.5 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 17 commits
averrous's picture
averrous
Training in progress, epoch 1
2287a71 verified almost 2 years ago
  • .gitattributes
    1.52 kB
    initial commit almost 2 years ago
  • config.json
    1.61 kB
    Training in progress, epoch 0 almost 2 years ago
  • model.safetensors
    94.5 MB
    xet
    Training in progress, epoch 1 almost 2 years ago
  • training_args.bin
    5.05 kB
    xet
    Training in progress, epoch 1 almost 2 years ago