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

  • Log In
  • Sign Up

berng
/
myclass

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

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

  • Libraries
  • Transformers

    How to use berng/myclass with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("image-classification", model="berng/myclass")
    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("berng/myclass")
    model = AutoModelForImageClassification.from_pretrained("berng/myclass")
  • Notebooks
  • Google Colab
  • Kaggle
myclass / runs
35.7 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 6 commits
berng's picture
berng
Training in progress, epoch 2
441662a verified about 1 year ago
  • May05_14-18-03_9f5eea1a488a
    Model save about 1 year ago
  • May05_23-32-40_3ecb60efc9af
    myclass model about 1 year ago
  • May05_23-53-56_bee2fa3a6364
    Model save about 1 year ago
  • May07_12-53-55_9031d1634171
    Training in progress, epoch 2 about 1 year ago