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

  • Log In
  • Sign Up

SamHUNG03
/
Finetuned-Car-Classifier1

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

Instructions to use SamHUNG03/Finetuned-Car-Classifier1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use SamHUNG03/Finetuned-Car-Classifier1 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("image-classification", model="SamHUNG03/Finetuned-Car-Classifier1")
    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("SamHUNG03/Finetuned-Car-Classifier1")
    model = AutoModelForImageClassification.from_pretrained("SamHUNG03/Finetuned-Car-Classifier1")
  • Notebooks
  • Google Colab
  • Kaggle
Finetuned-Car-Classifier1
346 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 5 commits
SamHUNG03's picture
SamHUNG03
Upload processor
2df48da verified about 2 years ago
  • .gitattributes
    1.52 kB
    initial commit about 2 years ago
  • README.md
    5.18 kB
    Upload ViTForImageClassification about 2 years ago
  • config.json
    16.8 kB
    Upload ViTForImageClassification about 2 years ago
  • model.safetensors
    344 MB
    xet
    Upload ViTForImageClassification about 2 years ago
  • preprocessor_config.json
    578 Bytes
    Upload processor about 2 years ago
  • special_tokens_map.json
    414 Bytes
    Upload tokenizer about 2 years ago
  • tokenizer.json
    1.8 MB
    Upload tokenizer about 2 years ago
  • tokenizer.model
    493 kB
    xet
    Upload tokenizer about 2 years ago
  • tokenizer_config.json
    967 Bytes
    Upload tokenizer about 2 years ago