Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing
    • Website
      • Tasks
      • HuggingChat
      • Collections
      • Languages
      • Organizations
    • Community
      • Blog
      • Posts
      • Daily Papers
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

pratapaadii
/
image_classification

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

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

  • Libraries
  • Transformers

    How to use pratapaadii/image_classification with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("image-classification", model="pratapaadii/image_classification")
    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("pratapaadii/image_classification")
    model = AutoModelForImageClassification.from_pretrained("pratapaadii/image_classification")
  • Notebooks
  • Google Colab
  • Kaggle
image_classification / runs
Ctrl+K
Ctrl+K
  • 1 contributor
History: 34 commits
pratapaadii's picture
pratapaadii
Training in progress, epoch 2
d01f08d verified almost 2 years ago
  • Jun01_08-15-03_2e97229395c1
    Training in progress, epoch 1 almost 2 years ago
  • Jun01_08-43-30_2e97229395c1
    Training in progress, epoch 1 almost 2 years ago
  • Jun01_08-44-34_2e97229395c1
    Training in progress, epoch 2 almost 2 years ago
  • Jun01_08-47-45_2e97229395c1
    Training in progress, epoch 1 almost 2 years ago
  • Jun01_08-52-51_2e97229395c1
    Training in progress, epoch 1 almost 2 years ago
  • Jun01_09-02-14_2e97229395c1
    Training in progress, epoch 10 almost 2 years ago
  • Jun01_12-58-44_7e2f55da7aff
    Training in progress, epoch 1 almost 2 years ago
  • Jun01_13-49-28_7e2f55da7aff
    Training in progress, epoch 1 almost 2 years ago
  • Jun01_13-53-35_7e2f55da7aff
    Training in progress, epoch 3 almost 2 years ago
  • Jun02_14-25-39_b7d618233697
    Training in progress, epoch 1 almost 2 years ago
  • Jun02_14-33-57_b7d618233697
    Training in progress, epoch 1 almost 2 years ago
  • Jun02_14-40-01_b7d618233697
    Training in progress, epoch 2 almost 2 years ago
  • Jun02_14-56-06_43f11397111d
    End of training almost 2 years ago