Image Classification
Transformers
TensorBoard
Safetensors
vit
Generated from Trainer
Eval Results (legacy)
Instructions to use sabrilben/image_classification with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use sabrilben/image_classification with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="sabrilben/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("sabrilben/image_classification") model = AutoModelForImageClassification.from_pretrained("sabrilben/image_classification") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 9
Browse files
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 1222510088
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f0435496c4e63e00637d2bb0f4695a8c8f594699016dd21a1de39653f05cc8f9
|
| 3 |
size 1222510088
|
runs/Feb23_15-10-47_1cc0ed2b9d17/events.out.tfevents.1740323803.1cc0ed2b9d17.27544.3
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:4b8b7ff15c1e592899192398a6dd0ef790e1a482fb7e5f506c256cc699be6a01
|
| 3 |
+
size 11946
|