Image Classification
Transformers
TensorBoard
Safetensors
vit
Generated from Trainer
Eval Results (legacy)
Instructions to use dewifaj/image_classification with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use dewifaj/image_classification with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="dewifaj/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("dewifaj/image_classification") model = AutoModelForImageClassification.from_pretrained("dewifaj/image_classification") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 1
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:9414ca0c1d1c459e7d2de3730d1f267874ae4f9231a904dd33c2c05f7af77689
|
| 3 |
size 343242432
|
runs/Feb14_01-24-24_62bacf9b1492/events.out.tfevents.1707873874.62bacf9b1492.1084.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2a15ac66c47a37762819af0dd47390021e3ce1215840568c792146098dbbda2b
|
| 3 |
+
size 4184
|
runs/Feb14_01-27-39_62bacf9b1492/events.out.tfevents.1707874060.62bacf9b1492.4959.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:84880d5f99441cb5fee179ff56989325786e1332ce5c25291eb465f20277ad0b
|
| 3 |
+
size 4783
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 4600
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9d6183cad65ff343c1f1dbdf971429952a4a16643e5d5243f06b767969f99013
|
| 3 |
size 4600
|