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 18
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:b2f8cccf3c3b7b4e5329adc746c0e184ca6dca5585f653b05274eb60b49f4abb
|
| 3 |
size 1222510088
|
runs/Feb23_14-16-36_1cc0ed2b9d17/events.out.tfevents.1740320209.1cc0ed2b9d17.27544.2
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:d6450de248636fb91a532722d14b60c604f5d273a495b26d8b1f028f4a517b41
|
| 3 |
+
size 14819
|