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:9dcd54336a8fc6f24d84cb60aa92d07e2b2ecaffe8a6cd608ad796ff09895550
|
| 3 |
size 343242432
|
runs/Feb12_04-02-25_67fdcb3a9f4d/events.out.tfevents.1707710552.67fdcb3a9f4d.1374.16
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:af25baf3266145e66d69f2372f52a7e0bc19b2afba45e7e64b8b1175821c71e2
|
| 3 |
+
size 4876
|
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:7861bcf9361458df001c0f08e15b3a2f2d33e7df88e2c2e19a187213cbfb8331
|
| 3 |
size 4600
|