Instructions to use stnleyyg/image_classification with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use stnleyyg/image_classification with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="stnleyyg/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("stnleyyg/image_classification") model = AutoModelForImageClassification.from_pretrained("stnleyyg/image_classification") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 64
Browse files
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 343242432
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b36bc6727e4dd6a240e0e25fe5ea6ebb8b17c6a526027159dec336b92f903dfd
|
| 3 |
size 343242432
|
runs/Nov22_19-31-14_d9ddc58158c3/events.out.tfevents.1732303883.d9ddc58158c3.467.1
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2e80fc5361dd6163bf3e361e3dceb3d63533f57455e8a65cbf4211d0fb5ababb
|
| 3 |
+
size 32593
|