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
New discussion
Resources
  • PR & discussions documentation
  • Code of Conduct
  • Hub documentation

🚩 Report

#2 opened almost 2 years ago by
seniorghser

OSError: zac/Bad_hands does not appear to have a file named pytorch_model.bin, tf_model.h5, model.ckpt or flax_model.msgpack

#1 opened almost 2 years ago by
leon-liuchang
Company
TOS Privacy About Careers
Website
Models Datasets Spaces Pricing Docs