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
Upload model.ckpt
Browse files- model.ckpt +3 -0
model.ckpt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7150e84ca308d5a9ca116af913ef4a68730e324df7084ffa92a1f250839956db
|
| 3 |
+
size 1029856816
|