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

skyau
/
dog-breed-classifier-vit

Image Classification
Transformers
PyTorch
google-tensorflow TensorFlow
vit
Model card Files Files and versions
xet
Community
3

Instructions to use skyau/dog-breed-classifier-vit with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use skyau/dog-breed-classifier-vit with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("image-classification", model="skyau/dog-breed-classifier-vit")
    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("skyau/dog-breed-classifier-vit")
    model = AutoModelForImageClassification.from_pretrained("skyau/dog-breed-classifier-vit")
  • Notebooks
  • Google Colab
  • Kaggle
dog-breed-classifier-vit
687 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 4 commits
skyau's picture
skyau
added preprocessor config json
712cceb almost 4 years ago
  • .gitattributes
    1.34 kB
    initial commit almost 4 years ago
  • config.json
    7.22 kB
    first commit almost 4 years ago
  • preprocessor_config.json
    228 Bytes
    added preprocessor config json almost 4 years ago
  • pytorch_model.bin

    Detected Pickle imports (3)

    • "collections.OrderedDict",
    • "torch._utils._rebuild_tensor_v2",
    • "torch.FloatStorage"

    What is a pickle import?

    344 MB
    xet
    first commit almost 4 years ago
  • tf_model.h5
    344 MB
    xet
    first commit almost 4 years ago