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 16
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:08e7489b6f72a8ba939bf2a021cd972b1e007e9834c72deb45231d43f9d3d0e5
|
| 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:80114a634dd839a0320c40abd4828b587a0d91dfd87070a73e2f51f5fc609792
|
| 3 |
+
size 13751
|