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

  • Log In
  • Sign Up

averrous
/
workout_model_vit

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

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

  • Libraries
  • Transformers

    How to use averrous/workout_model_vit with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("image-classification", model="averrous/workout_model_vit")
    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_vit")
    model = AutoModelForImageClassification.from_pretrained("averrous/workout_model_vit")
  • Notebooks
  • Google Colab
  • Kaggle
workout_model_vit / runs
83.1 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 8 commits
averrous's picture
averrous
Training in progress, epoch 0
b9e105c verified almost 2 years ago
  • May27_05-09-45_9167730a47af
    Training in progress, epoch 0 almost 2 years ago
  • May27_05-10-44_9167730a47af
    Training in progress, epoch 0 almost 2 years ago
  • May27_05-11-39_9167730a47af
    Training in progress, epoch 0 almost 2 years ago
  • May27_05-12-19_9167730a47af
    Training in progress, epoch 1 almost 2 years ago
  • May27_05-36-42_9167730a47af
    Training in progress, epoch 1 almost 2 years ago
  • May27_05-53-51_9167730a47af
    Training in progress, epoch 0 almost 2 years ago
  • May27_06-07-40_9167730a47af
    Training in progress, epoch 0 almost 2 years ago
  • May27_06-16-20_9167730a47af
    Training in progress, epoch 0 almost 2 years ago
  • May27_06-40-36_9167730a47af
    Training in progress, epoch 0 almost 2 years ago