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

  • Log In
  • Sign Up

thean
/
backup

Image Classification
Transformers
PyTorch
TensorBoard
swinv2
Generated from Trainer
Eval Results (legacy)
Model card Files Files and versions
xet
Metrics Training metrics Community
1

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

  • Libraries
  • Transformers

    How to use thean/backup with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("image-classification", model="thean/backup")
    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("thean/backup")
    model = AutoModelForImageClassification.from_pretrained("thean/backup")
  • Notebooks
  • Google Colab
  • Kaggle
backup / runs
126 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 10 commits
thean's picture
thean
Extra epochs training
d7a6698 about 3 years ago
  • Apr21_20-55-00_25733e00f35f
    Training in progress, epoch 0 about 3 years ago
  • Apr21_21-11-11_25733e00f35f
    Training in progress, epoch 0 about 3 years ago
  • Apr21_21-14-33_25733e00f35f
    Training in progress, epoch 5 about 3 years ago
  • Apr22_01-57-25_25733e00f35f
    Extra epochs training about 3 years ago