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:475bed93e59a8a91c9a237fbe43b4dcaeb1937dadab5ddfd790131c95b603f89
|
| 3 |
size 343242432
|
runs/Feb12_03-56-13_67fdcb3a9f4d/events.out.tfevents.1707710183.67fdcb3a9f4d.1374.11
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:da73621cf1c93ec3888fda9dc22b394ab9686ffc1dd1b68ff464900fbf8e40dd
|
| 3 |
+
size 5827
|
runs/Feb12_03-58-44_67fdcb3a9f4d/events.out.tfevents.1707710333.67fdcb3a9f4d.1374.12
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8a95e2e8b3dd2a10230938962c6e13c48ba4c90c96d69dd3de83b52bb7b62be9
|
| 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:69bcba44815ffc19c35ae1fa16ffaf666e421d0ae221dd76817ff5ff9cdeda39
|
| 3 |
size 4600
|