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 9
Browse files- model.safetensors +1 -1
- 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 110345908
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0947fb43512dfeb91315a72670babbf58810980903fa2f010e52cd8cb11239c8
|
| 3 |
size 110345908
|
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
|