Image Classification
Transformers
TensorBoard
Safetensors
vit
Generated from Trainer
Eval Results (legacy)
Instructions to use ruben09/image_classification with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use ruben09/image_classification with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="ruben09/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("ruben09/image_classification") model = AutoModelForImageClassification.from_pretrained("ruben09/image_classification") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 1
Browse files- model.safetensors +1 -1
- runs/Sep04_18-40-51_b6956d44b23e/events.out.tfevents.1725475257.b6956d44b23e.7161.3 +2 -2
- runs/Sep04_18-40-51_b6956d44b23e/events.out.tfevents.1725475592.b6956d44b23e.7161.4 +3 -0
- runs/Sep04_18-46-54_b6956d44b23e/events.out.tfevents.1725475619.b6956d44b23e.7161.5 +3 -0
- training_args.bin +1 -1
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:ceeea183cf9f110a8dd66015255f3a5a86f96de53c3d5389f81d848b225c7c0f
|
| 3 |
size 343242432
|
runs/Sep04_18-40-51_b6956d44b23e/events.out.tfevents.1725475257.b6956d44b23e.7161.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:ce39aab7c3cab17f20144ede5839572ae2709842d0afbbe41af56199e2283f41
|
| 3 |
+
size 10842
|
runs/Sep04_18-40-51_b6956d44b23e/events.out.tfevents.1725475592.b6956d44b23e.7161.4
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2c9a5ae0a7c5465b43c3109ed1595fe787cbd49821232036f10675f1dd27b7b0
|
| 3 |
+
size 405
|
runs/Sep04_18-46-54_b6956d44b23e/events.out.tfevents.1725475619.b6956d44b23e.7161.5
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4dc8fcc39104c23ebb8b1df698dc5595cd71c1f21c458bf393aa508563dbe09d
|
| 3 |
+
size 5776
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 5240
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:932514d5cae069bea07a820da51c9e5aec5b75694edaa422c8ad45c7d8a0ef29
|
| 3 |
size 5240
|