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

  • Log In
  • Sign Up

02shanky
/
test_model_graphics_classification_ADAM

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

Instructions to use 02shanky/test_model_graphics_classification_ADAM with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use 02shanky/test_model_graphics_classification_ADAM with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("image-classification", model="02shanky/test_model_graphics_classification_ADAM")
    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("02shanky/test_model_graphics_classification_ADAM")
    model = AutoModelForImageClassification.from_pretrained("02shanky/test_model_graphics_classification_ADAM")
  • Notebooks
  • Google Colab
  • Kaggle
test_model_graphics_classification_ADAM / runs
Ctrl+K
Ctrl+K
  • 1 contributor
History: 1 commit
02shanky's picture
02shanky
Training in progress, epoch 0
3266693 almost 3 years ago
  • Jul07_06-31-12_529e2cf7f61f
    Training in progress, epoch 0 almost 3 years ago