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

  • Log In
  • Sign Up

abdusah
/
CarViT

Image Classification
Transformers
PyTorch
TensorBoard
Safetensors
vit
huggingpics
Eval Results (legacy)
Model card Files Files and versions
xet
Metrics Training metrics Community
1

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

  • Libraries
  • Transformers

    How to use abdusah/CarViT with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("image-classification", model="abdusah/CarViT")
    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("abdusah/CarViT")
    model = AutoModelForImageClassification.from_pretrained("abdusah/CarViT")
  • Notebooks
  • Google Colab
  • Kaggle
CarViT
687 MB
Ctrl+K
Ctrl+K
  • 4 contributors
History: 3 commits
abdusah's picture
abdusah
SFconvertbot's picture
SFconvertbot
Adding `safetensors` variant of this model (#1)
dfa4b16 about 3 years ago
  • images
    commit files to HF hub about 4 years ago
  • runs
    commit files to HF hub about 4 years ago
  • .gitattributes
    1.23 kB
    Adding `safetensors` variant of this model (#1) about 3 years ago
  • README.md
    2.27 kB
    commit files to HF hub about 4 years ago
  • config.json
    2.37 kB
    commit files to HF hub about 4 years ago
  • model.safetensors
    343 MB
    xet
    Adding `safetensors` variant of this model (#1) about 3 years ago
  • preprocessor_config.json
    228 Bytes
    commit files to HF hub about 4 years ago
  • pytorch_model.bin

    Detected Pickle imports (3)

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

    What is a pickle import?

    343 MB
    xet
    commit files to HF hub about 4 years ago