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

  • Log In
  • Sign Up

vuihocrnd
/
abnormal-status-2-2

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

Instructions to use vuihocrnd/abnormal-status-2-2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use vuihocrnd/abnormal-status-2-2 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("image-classification", model="vuihocrnd/abnormal-status-2-2")
    pipe("https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/hub/parrots.png")
    # Load model directly
    from transformers import AutoModelForImageClassification
    model = AutoModelForImageClassification.from_pretrained("vuihocrnd/abnormal-status-2-2", dtype="auto")
  • Notebooks
  • Google Colab
  • Kaggle
abnormal-status-2-2
15.5 MB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 3 commits
Nguyen Tien
Upload processor
60af847 over 2 years ago
  • .gitattributes
    1.52 kB
    initial commit over 2 years ago
  • config.json
    923 Bytes
    Upload VanForImageClassification over 2 years ago
  • model.safetensors
    15.5 MB
    xet
    Upload VanForImageClassification over 2 years ago
  • preprocessor_config.json
    352 Bytes
    Upload processor over 2 years ago