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

  • Log In
  • Sign Up

dima806
/
smoker_image_classification

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

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

  • Libraries
  • Transformers

    How to use dima806/smoker_image_classification with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("image-classification", model="dima806/smoker_image_classification")
    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("dima806/smoker_image_classification")
    model = AutoModelForImageClassification.from_pretrained("dima806/smoker_image_classification")
  • Notebooks
  • Google Colab
  • Kaggle
smoker_image_classification
2.4 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 6 commits
dima806's picture
dima806
Update README.md
67cbfeb verified over 1 year ago
  • checkpoint-1400
    Upload folder using huggingface_hub over 2 years ago
  • checkpoint-28
    Upload folder using huggingface_hub about 2 years ago
  • .gitattributes
    1.52 kB
    initial commit over 2 years ago
  • README.md
    624 Bytes
    Update README.md over 1 year ago
  • config.json
    739 Bytes
    Upload folder using huggingface_hub about 2 years ago
  • model.safetensors
    343 MB
    xet
    Upload folder using huggingface_hub about 2 years ago
  • preprocessor_config.json
    325 Bytes
    Upload folder using huggingface_hub over 2 years ago
  • training_args.bin
    4.41 kB
    xet
    Upload folder using huggingface_hub about 2 years ago