Image Classification
Transformers
TensorBoard
Safetensors
swin
Generated from Trainer
Eval Results (legacy)
Instructions to use djbp/swin-base-patch4-window7-224-MM_Classification_base with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use djbp/swin-base-patch4-window7-224-MM_Classification_base with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="djbp/swin-base-patch4-window7-224-MM_Classification_base") 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-base-patch4-window7-224-MM_Classification_base") model = AutoModelForImageClassification.from_pretrained("djbp/swin-base-patch4-window7-224-MM_Classification_base") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 10
Browse files
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 347502916
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f7395e51425b3caa911fb9839154fc30de2d752efb98fbd94b8ef190f7742498
|
| 3 |
size 347502916
|
runs/Jul29_05-32-15_57c74b225367/events.out.tfevents.1722231150.57c74b225367
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:36325e40bff91a9c25525a55aa0fea0818ea3558479b166f1548936ff0dcc4d1
|
| 3 |
+
size 12021
|