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

  • Log In
  • Sign Up

sudo-s
/
exper_batch_8_e8

Image Classification
Transformers
PyTorch
TensorBoard
vit
Generated from Trainer
Model card Files Files and versions
xet
Metrics Training metrics Community
1

Instructions to use sudo-s/exper_batch_8_e8 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use sudo-s/exper_batch_8_e8 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("image-classification", model="sudo-s/exper_batch_8_e8")
    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("sudo-s/exper_batch_8_e8")
    model = AutoModelForImageClassification.from_pretrained("sudo-s/exper_batch_8_e8")
  • Notebooks
  • Google Colab
  • Kaggle
exper_batch_8_e8 / runs
207 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 104 commits
sudo-s's picture
sudo-s
๐Ÿป cheers
1b7424f almost 4 years ago
  • Jun26_17-35-12_bernard
    ๐Ÿป cheers almost 4 years ago