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

therealcyberlord
/
stanford-car-vit-patch16

Image Classification
Transformers
PyTorch
Safetensors
vit
Model card Files Files and versions
xet
Community
2

Instructions to use therealcyberlord/stanford-car-vit-patch16 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use therealcyberlord/stanford-car-vit-patch16 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("image-classification", model="therealcyberlord/stanford-car-vit-patch16")
    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("therealcyberlord/stanford-car-vit-patch16")
    model = AutoModelForImageClassification.from_pretrained("therealcyberlord/stanford-car-vit-patch16")
  • Inference
  • Notebooks
  • Google Colab
  • Kaggle
stanford-car-vit-patch16
688 MB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 32 commits
therealcyberlord's picture
therealcyberlord
Update README.md
4a2c3da almost 3 years ago
  • .gitattributes
    1.4 kB
    Adding `safetensors` variant of this model (#1) about 3 years ago
  • README.md
    1.17 kB
    Update README.md almost 3 years ago
  • config.json
    16.8 kB
    Upload config.json almost 4 years ago
  • model.safetensors
    344 MB
    xet
    Adding `safetensors` variant of this model (#1) about 3 years ago
  • preprocessor_config.json
    176 Bytes
    Update preprocessor_config.json almost 4 years ago
  • pytorch_model.bin
    344 MB
    xet
    Upload pytorch_model.bin almost 4 years ago