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

diegokauer
/
int-pet-classifier-v2

Image Classification
Transformers
TensorBoard
Safetensors
swinv2
Model card Files Files and versions
xet
Metrics Training metrics Community

Instructions to use diegokauer/int-pet-classifier-v2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use diegokauer/int-pet-classifier-v2 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("image-classification", model="diegokauer/int-pet-classifier-v2")
    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("diegokauer/int-pet-classifier-v2")
    model = AutoModelForImageClassification.from_pretrained("diegokauer/int-pet-classifier-v2")
  • Notebooks
  • Google Colab
  • Kaggle
int-pet-classifier-v2 / runs
190 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 9 commits
diegokauer's picture
diegokauer
Training in progress, epoch 9
9aa6c25 over 2 years ago
  • Jan04_12-58-11_d96a892095bc
    Training in progress, epoch 2 over 2 years ago
  • Jan04_12-58-30_d96a892095bc
    Training in progress, epoch 2 over 2 years ago
  • Jan04_13-00-43_d96a892095bc
    Training in progress, epoch 2 over 2 years ago
  • Jan04_13-03-43_d96a892095bc
    Training in progress, epoch 2 over 2 years ago
  • Jan04_13-14-51_d96a892095bc
    Training in progress, epoch 2 over 2 years ago
  • Jan04_13-17-41_d96a892095bc
    Training in progress, epoch 2 over 2 years ago
  • Jan04_13-18-10_d96a892095bc
    Training in progress, epoch 2 over 2 years ago
  • Jan04_13-23-15_d96a892095bc
    Training in progress, epoch 2 over 2 years ago
  • Jan04_13-30-35_d96a892095bc
    Training in progress, epoch 2 over 2 years ago
  • Jan04_13-30-50_d96a892095bc
    Training in progress, epoch 2 over 2 years ago
  • Jan04_13-35-45_d96a892095bc
    Training in progress, epoch 2 over 2 years ago
  • Jan04_13-42-07_d96a892095bc
    Training in progress, epoch 0 over 2 years ago
  • Jan04_13-53-12_d96a892095bc
    Training in progress, epoch 0 over 2 years ago
  • Jan04_13-53-37_d96a892095bc
    Training in progress, epoch 9 over 2 years ago