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 ·
353b960
1
Parent(s): 0083400
Training in progress, epoch 1
Browse files- config.json +1 -1
- pytorch_model.bin +1 -1
- training_args.bin +1 -1
config.json
CHANGED
|
@@ -55,7 +55,7 @@
|
|
| 55 |
"stage4"
|
| 56 |
],
|
| 57 |
"torch_dtype": "float32",
|
| 58 |
-
"transformers_version": "4.
|
| 59 |
"use_absolute_embeddings": false,
|
| 60 |
"window_size": 7
|
| 61 |
}
|
|
|
|
| 55 |
"stage4"
|
| 56 |
],
|
| 57 |
"torch_dtype": "float32",
|
| 58 |
+
"transformers_version": "4.34.0",
|
| 59 |
"use_absolute_embeddings": false,
|
| 60 |
"window_size": 7
|
| 61 |
}
|
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:f3860d9246517ea28f5ec67595054aab2009469dba39610c26c29fe588afbedb
|
| 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:ce976eca4602c94615db33a18dc0b2bade508748ac140b8c469682dd21a90bec
|
| 3 |
size 4091
|