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

  • Log In
  • Sign Up

zac
/
Bad_hands

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

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

  • Libraries
  • Transformers

    How to use zac/Bad_hands with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("image-classification", model="zac/Bad_hands")
    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("zac/Bad_hands")
    model = AutoModelForImageClassification.from_pretrained("zac/Bad_hands")
  • Notebooks
  • Google Colab
  • Kaggle
Bad_hands
2.06 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 10 commits
zac's picture
zac
Upload gitattributes
92042e7 over 2 years ago
  • .gitattributes
    1.52 kB
    initial commit over 2 years ago
  • README.md
    62 Bytes
    Update README.md over 2 years ago
  • config.json
    611 Bytes
    Update config.json over 2 years ago
  • epoch=3-step=128.ckpt
    1.03 GB
    xet
    Upload epoch=3-step=128.ckpt over 2 years ago
  • gitattributes
    737 Bytes
    Upload gitattributes over 2 years ago
  • model.ckpt
    1.03 GB
    xet
    Upload model.ckpt over 2 years ago
  • preprocessor_config.json
    210 Bytes
    Update preprocessor_config.json over 2 years ago