Image Classification
Transformers
PyTorch
TensorBoard
swin
Generated from Trainer
Eval Results (legacy)
Instructions to use mshuggingface/swin-tiny-patch4-window7-224-ms-test1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use mshuggingface/swin-tiny-patch4-window7-224-ms-test1 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="mshuggingface/swin-tiny-patch4-window7-224-ms-test1") 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("mshuggingface/swin-tiny-patch4-window7-224-ms-test1") model = AutoModelForImageClassification.from_pretrained("mshuggingface/swin-tiny-patch4-window7-224-ms-test1", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Commit ·
f7e2c91
1
Parent(s): 33a2a79
Model save
Browse files
runs/Nov23_13-50-56_0f5644968fff/events.out.tfevents.1669211478.0f5644968fff.79.3
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:16919080c6f5a6e7580d8eff08e744d7307f4153ae67411a0d8b76d116bf24aa
|
| 3 |
+
size 5299
|