Image Classification
Transformers
TensorBoard
Safetensors
swin
Generated from Trainer
Eval Results (legacy)
Instructions to use djbp/swin-tiny-patch4-window7-224-MM_Classification with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use djbp/swin-tiny-patch4-window7-224-MM_Classification with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="djbp/swin-tiny-patch4-window7-224-MM_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("djbp/swin-tiny-patch4-window7-224-MM_Classification") model = AutoModelForImageClassification.from_pretrained("djbp/swin-tiny-patch4-window7-224-MM_Classification") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 8
Browse files
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 110345908
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:519b0595cddbbee027d1552790f11b8bcfa03d3540b462b6e83141b3d32c81ab
|
| 3 |
size 110345908
|
runs/Jul26_19-51-36_affba4c7048c/events.out.tfevents.1722023505.affba4c7048c
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:a35dee1f54cbc9e8fb9afe5b0991a4ae1f2dd245c177d357986c4a13bd7b5992
|
| 3 |
+
size 11153
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 4795
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:352458ab2a1c5a6f66e73e6bcbdc6247c9340b7f8605afa32b46c9d0573e155b
|
| 3 |
size 4795
|