Image Classification
Transformers
PyTorch
TensorBoard
swin
Generated from Trainer
Eval Results (legacy)
Instructions to use Soulaimen/swin-tiny-patch4-window7-224-LongSleeveCleanedData with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Soulaimen/swin-tiny-patch4-window7-224-LongSleeveCleanedData with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="Soulaimen/swin-tiny-patch4-window7-224-LongSleeveCleanedData") 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("Soulaimen/swin-tiny-patch4-window7-224-LongSleeveCleanedData") model = AutoModelForImageClassification.from_pretrained("Soulaimen/swin-tiny-patch4-window7-224-LongSleeveCleanedData") - Notebooks
- Google Colab
- Kaggle
Model save
Browse files
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 110397937
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7bdd7f5afd871d9263814db5f738b2366fe6c816d6cc48d59d173b438ada137f
|
| 3 |
size 110397937
|
runs/May08_13-23-35_1ed587541f1e/events.out.tfevents.1683552251.1ed587541f1e.1694.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:9aea0a73ada0646434a15b330f154bb56d2461726dd94f6ea6143dce6d98b0b3
|
| 3 |
+
size 17611
|