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
Training in progress, epoch 0
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:2f5a6b3ce9baa0a853c5a7deceaa13069f9df073172224333c020d9756afa61d
|
| 3 |
size 110397937
|
runs/May08_13-23-35_1ed587541f1e/1683552251.2329502/events.out.tfevents.1683552251.1ed587541f1e.1694.1
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2ca6fb6078876ae24740dffab5ed3b8a1b6690065e08bd602e63c92830632710
|
| 3 |
+
size 5976
|
runs/May08_13-23-35_1ed587541f1e/events.out.tfevents.1683552251.1ed587541f1e.1694.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:933901c40c8a9965d5ee3d0f1e4b2041a8640e758d00c2b6edfb964caed033f0
|
| 3 |
+
size 7016
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 3643
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5eb8d35beff8f6547f24bf3ae62e712d247133bfb5fb6f5738186bc9551f8400
|
| 3 |
size 3643
|