Image Classification
Transformers
TensorBoard
Safetensors
vit
Generated from Trainer
Eval Results (legacy)
Instructions to use dukenmarga/image_classification with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use dukenmarga/image_classification with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="dukenmarga/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("dukenmarga/image_classification") model = AutoModelForImageClassification.from_pretrained("dukenmarga/image_classification") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 13
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:6afdc345f4de53c569cd5fbeea19eaeae0f4afe82b3badee49b721fbf549ae12
|
| 3 |
size 343242432
|
runs/Sep06_04-03-05_935bcd5a2a5e/events.out.tfevents.1725595405.935bcd5a2a5e.1381.5
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:0809d2594a6a709850a93dbf90346d66c991f975a70f699e6a85a214361aa818
|
| 3 |
+
size 11979
|