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 5
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:9822ff2330d44dcfdcb8de50995b01a0da1caf058f8c85685223596ef1b2b758
|
| 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:13e4da52f37df6b47c59e05bb31907d48fc86d15bd69811ae993c171610af1fd
|
| 3 |
+
size 8531
|