Instructions to use HorcruxNo13/swin-tiny-patch4-window7-224 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use HorcruxNo13/swin-tiny-patch4-window7-224 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="HorcruxNo13/swin-tiny-patch4-window7-224") 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("HorcruxNo13/swin-tiny-patch4-window7-224") model = AutoModelForImageClassification.from_pretrained("HorcruxNo13/swin-tiny-patch4-window7-224") - Notebooks
- Google Colab
- Kaggle
Commit ·
4e0b365
1
Parent(s): 9bae846
Training in progress, epoch 45
Browse files- pytorch_model.bin +1 -1
- training_args.bin +1 -1
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 110394865
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:70b670a53c1255334c1880d17c22ad98a6b110767b74d917f546262b22d0422e
|
| 3 |
size 110394865
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 4091
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e724d51c878d4259bd6d6baf661ea289af1e48b407985c16b46529fdcc045b8a
|
| 3 |
size 4091
|