Image Classification
Transformers
TensorBoard
Safetensors
swinv2
Generated from Trainer
Eval Results (legacy)
Instructions to use pk3388/swinv2-tiny-patch4-window8-256 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use pk3388/swinv2-tiny-patch4-window8-256 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="pk3388/swinv2-tiny-patch4-window8-256") 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("pk3388/swinv2-tiny-patch4-window8-256") model = AutoModelForImageClassification.from_pretrained("pk3388/swinv2-tiny-patch4-window8-256") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 7
Browse files
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 110374752
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2167e4407dc72b718c5a8750b2bde873e03c0cff8a421e361c9e59b5f99013a8
|
| 3 |
size 110374752
|
runs/May05_07-10-57_3f0ecacdc517/events.out.tfevents.1714893068.3f0ecacdc517.1026.0
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:5cfc0e4c8fcdaafa5e41b16eaa182c6485e02c48e756541476d04db8edeca92d
|
| 3 |
+
size 15108
|